Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Kops
Commits
a67edea6
Commit
a67edea6
authored
6 years ago
by
Justin SB
Committed by
Justin Santa Barbara
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Release 1.10.1
parent
a9b0d2aa
release-1.10
1.10.1
No related merge requests found
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
Makefile
+1
-1
Makefile
upup/models/cloudup/resources/addons/dns-controller.addons.k8s.io/k8s-1.6.yaml.template
+3
-3
...addons/dns-controller.addons.k8s.io/k8s-1.6.yaml.template
upup/models/cloudup/resources/addons/dns-controller.addons.k8s.io/pre-k8s-1.6.yaml.template
+3
-3
...ns/dns-controller.addons.k8s.io/pre-k8s-1.6.yaml.template
upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
+1
-1
upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/cilium/manifest.yaml
+2
-2
...loudup/tests/bootstrapchannelbuilder/cilium/manifest.yaml
upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/kopeio-vxlan/manifest.yaml
+2
-2
.../tests/bootstrapchannelbuilder/kopeio-vxlan/manifest.yaml
upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/simple/manifest.yaml
+2
-2
...loudup/tests/bootstrapchannelbuilder/simple/manifest.yaml
upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/weave/manifest.yaml
+2
-2
...cloudup/tests/bootstrapchannelbuilder/weave/manifest.yaml
version.go
+2
-2
version.go
with
18 additions
and
18 deletions
+18
-18
Makefile
+
1
-
1
View file @
a67edea6
...
...
@@ -53,7 +53,7 @@ unexport KOPS_BASE_URL KOPS_CLUSTER_NAME KOPS_RUN_OBSOLETE_VERSION KOPS_STATE_ST
un
export
SKIP_REGION_CHECK
S3_ACCESS_KEY_ID
S3_ENDPOINT
S3_REGION
S3_SECRET_ACCESS_KEY
VSPHERE_USERNAME
VSPHERE_PASSWORD
# Keep in sync with upup/models/cloudup/resources/addons/dns-controller/
DNS_CONTROLLER_TAG
=
1.10.
0
DNS_CONTROLLER_TAG
=
1.10.
1
# Keep in sync with logic in get_workspace_status
# TODO: just invoke tools/get_workspace_status.sh?
...
...
This diff is collapsed.
Click to expand it.
upup/models/cloudup/resources/addons/dns-controller.addons.k8s.io/k8s-1.6.yaml.template
+
3
-
3
View file @
a67edea6
...
...
@@ -6,7 +6,7 @@ metadata:
labels:
k8s-addon: dns-controller.addons.k8s.io
k8s-app: dns-controller
version: v1.10.
0
version: v1.10.
1
spec:
replicas: 1
selector:
...
...
@@ -17,7 +17,7 @@ spec:
labels:
k8s-addon: dns-controller.addons.k8s.io
k8s-app: dns-controller
version: v1.10.
0
version: v1.10.
1
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
# For 1.6, we keep the old tolerations in case of a downgrade to 1.5
...
...
@@ -33,7 +33,7 @@ spec:
serviceAccount: dns-controller
containers:
- name: dns-controller
image: kope/dns-controller:1.10.
0
image: kope/dns-controller:1.10.
1
command:
{{ range $arg := DnsControllerArgv }}
- "{{ $arg }}"
...
...
This diff is collapsed.
Click to expand it.
upup/models/cloudup/resources/addons/dns-controller.addons.k8s.io/pre-k8s-1.6.yaml.template
+
3
-
3
View file @
a67edea6
...
...
@@ -6,7 +6,7 @@ metadata:
labels:
k8s-addon: dns-controller.addons.k8s.io
k8s-app: dns-controller
version: v1.10.
0
version: v1.10.
1
spec:
replicas: 1
selector:
...
...
@@ -17,7 +17,7 @@ spec:
labels:
k8s-addon: dns-controller.addons.k8s.io
k8s-app: dns-controller
version: v1.10.
0
version: v1.10.
1
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
scheduler.alpha.kubernetes.io/tolerations: '[{"key": "dedicated", "value": "master"}]'
...
...
@@ -28,7 +28,7 @@ spec:
hostNetwork: true
containers:
- name: dns-controller
image: kope/dns-controller:1.10.
0
image: kope/dns-controller:1.10.
1
command:
{{ range $arg := DnsControllerArgv }}
- "{{ $arg }}"
...
...
This diff is collapsed.
Click to expand it.
upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
+
1
-
1
View file @
a67edea6
...
...
@@ -269,7 +269,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
if
externalDNS
==
nil
||
!
externalDNS
.
Disable
{
{
key
:=
"dns-controller.addons.k8s.io"
version
:=
"1.10.
0
"
version
:=
"1.10.
1
"
{
location
:=
key
+
"/pre-k8s-1.6.yaml"
...
...
This diff is collapsed.
Click to expand it.
upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/cilium/manifest.yaml
+
2
-
2
View file @
a67edea6
...
...
@@ -41,14 +41,14 @@ spec:
name
:
dns-controller.addons.k8s.io
selector
:
k8s-addon
:
dns-controller.addons.k8s.io
version
:
1.10.
0
version
:
1.10.
1
-
id
:
k8s-1.6
kubernetesVersion
:
'
>=1.6.0'
manifest
:
dns-controller.addons.k8s.io/k8s-1.6.yaml
name
:
dns-controller.addons.k8s.io
selector
:
k8s-addon
:
dns-controller.addons.k8s.io
version
:
1.10.
0
version
:
1.10.
1
-
id
:
v1.7.0
kubernetesVersion
:
'
>=1.7.0'
manifest
:
storage-aws.addons.k8s.io/v1.7.0.yaml
...
...
This diff is collapsed.
Click to expand it.
upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/kopeio-vxlan/manifest.yaml
+
2
-
2
View file @
a67edea6
...
...
@@ -41,14 +41,14 @@ spec:
name
:
dns-controller.addons.k8s.io
selector
:
k8s-addon
:
dns-controller.addons.k8s.io
version
:
1.10.
0
version
:
1.10.
1
-
id
:
k8s-1.6
kubernetesVersion
:
'
>=1.6.0'
manifest
:
dns-controller.addons.k8s.io/k8s-1.6.yaml
name
:
dns-controller.addons.k8s.io
selector
:
k8s-addon
:
dns-controller.addons.k8s.io
version
:
1.10.
0
version
:
1.10.
1
-
id
:
v1.7.0
kubernetesVersion
:
'
>=1.7.0'
manifest
:
storage-aws.addons.k8s.io/v1.7.0.yaml
...
...
This diff is collapsed.
Click to expand it.
upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/simple/manifest.yaml
+
2
-
2
View file @
a67edea6
...
...
@@ -41,14 +41,14 @@ spec:
name
:
dns-controller.addons.k8s.io
selector
:
k8s-addon
:
dns-controller.addons.k8s.io
version
:
1.10.
0
version
:
1.10.
1
-
id
:
k8s-1.6
kubernetesVersion
:
'
>=1.6.0'
manifest
:
dns-controller.addons.k8s.io/k8s-1.6.yaml
name
:
dns-controller.addons.k8s.io
selector
:
k8s-addon
:
dns-controller.addons.k8s.io
version
:
1.10.
0
version
:
1.10.
1
-
id
:
v1.7.0
kubernetesVersion
:
'
>=1.7.0'
manifest
:
storage-aws.addons.k8s.io/v1.7.0.yaml
...
...
This diff is collapsed.
Click to expand it.
upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/weave/manifest.yaml
+
2
-
2
View file @
a67edea6
...
...
@@ -41,14 +41,14 @@ spec:
name
:
dns-controller.addons.k8s.io
selector
:
k8s-addon
:
dns-controller.addons.k8s.io
version
:
1.10.
0
version
:
1.10.
1
-
id
:
k8s-1.6
kubernetesVersion
:
'
>=1.6.0'
manifest
:
dns-controller.addons.k8s.io/k8s-1.6.yaml
name
:
dns-controller.addons.k8s.io
selector
:
k8s-addon
:
dns-controller.addons.k8s.io
version
:
1.10.
0
version
:
1.10.
1
-
id
:
v1.7.0
kubernetesVersion
:
'
>=1.7.0'
manifest
:
storage-aws.addons.k8s.io/v1.7.0.yaml
...
...
This diff is collapsed.
Click to expand it.
version.go
+
2
-
2
View file @
a67edea6
...
...
@@ -23,8 +23,8 @@ var Version = KOPS_RELEASE_VERSION
// These constants are parsed by build tooling - be careful about changing the formats
const
(
KOPS_RELEASE_VERSION
=
"1.10.
0
"
KOPS_CI_VERSION
=
"1.10.
1
-alpha.1"
KOPS_RELEASE_VERSION
=
"1.10.
1
"
KOPS_CI_VERSION
=
"1.10.
2
-alpha.1"
)
// GitVersion should be replaced by the makefile
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help