UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Distros
Rancher Federal
rkegovernment
rke2
Commits
934d92de
Unverified
Commit
934d92de
authored
Aug 23, 2021
by
Brian Downs
Committed by
GitHub
Aug 23, 2021
Browse files
Merge pull request #1686 from briandowns/upgrade_k8s-v1.19.14
Update k8s to 1.19.14
parents
d5d46cf9
278e1e2d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
Dockerfile
Dockerfile
+3
-3
pkg/images/images.go
pkg/images/images.go
+1
-1
scripts/version.sh
scripts/version.sh
+2
-2
No files found.
Dockerfile
View file @
934d92de
...
...
@@ -80,7 +80,7 @@ RUN echo ${CACHEBUST}>/dev/null
RUN
CHART_VERSION
=
"v3.13.300-build2021022302"
CHART_FILE
=
/charts/rke2-canal.yaml
CHART_BOOTSTRAP
=
true
/charts/build-chart.sh
RUN
CHART_VERSION
=
"1.10.101-build2021022301"
CHART_FILE
=
/charts/rke2-coredns.yaml
CHART_BOOTSTRAP
=
true
/charts/build-chart.sh
RUN
CHART_VERSION
=
"1.36.300"
CHART_FILE
=
/charts/rke2-ingress-nginx.yaml
CHART_BOOTSTRAP
=
false
/charts/build-chart.sh
RUN
CHART_VERSION
=
"v1.19.1
3
-rke2r
2
-build2021080
6
01"
\
RUN
CHART_VERSION
=
"v1.19.1
4
-rke2r
1
-build202108
2
001"
\
CHART_PACKAGE
=
"rke2-kube-proxy-1.19"
CHART_FILE
=
/charts/rke2-kube-proxy.yaml
CHART_BOOTSTRAP
=
true
/charts/build-chart.sh
RUN
CHART_VERSION
=
"2.11.100-build2021022300"
CHART_FILE
=
/charts/rke2-metrics-server.yaml
CHART_BOOTSTRAP
=
false
/charts/build-chart.sh
RUN
rm
-vf
/charts/
*
.sh /charts/
*
.md
...
...
@@ -89,8 +89,8 @@ RUN rm -vf /charts/*.sh /charts/*.md
# This image includes any host level programs that we might need. All binaries
# must be placed in bin/ of the file image and subdirectories of bin/ will be flattened during installation.
# This means bin/foo/bar will become bin/bar when rke2 installs this to the host
FROM
rancher/k3s:v1.19.1
2
-k3s1 AS k3s
FROM
rancher/hardened-kubernetes:v1.19.1
3
-rke2r
2
-build2021080
6
AS kubernetes
FROM
rancher/k3s:v1.19.1
4
-k3s1 AS k3s
FROM
rancher/hardened-kubernetes:v1.19.1
4
-rke2r
1
-build202108
2
0 AS kubernetes
FROM
rancher/hardened-containerd:v1.4.8-k3s1-build20210721 AS containerd
FROM
rancher/hardened-crictl:v1.19.0-build20210223 AS crictl
FROM
rancher/hardened-runc:v1.0.0-rc95-build20210519 AS runc
...
...
pkg/images/images.go
View file @
934d92de
...
...
@@ -16,7 +16,7 @@ const (
)
var
(
KubernetesVersion
=
"v1.19.1
3
-rke2r
2
-build2021080
6
"
// make sure this matches what is in the scripts/version.sh script
KubernetesVersion
=
"v1.19.1
4
-rke2r
1
-build202108
2
0"
// make sure this matches what is in the scripts/version.sh script
PauseVersion
=
"3.2"
// make sure this matches what is in the scripts/build-images script
EtcdVersion
=
"v3.4.13-k3s1-build20210223"
// make sure this matches what is in the scripts/build-images script
RuntimeImageName
=
"rke2-runtime"
...
...
scripts/version.sh
View file @
934d92de
...
...
@@ -31,8 +31,8 @@ REVISION=$(git rev-parse HEAD)$(if ! git diff --no-ext-diff --quiet --exit-code;
PLATFORM
=
${
GOOS
}
-
${
GOARCH
}
RELEASE
=
${
PROG
}
.
${
PLATFORM
}
# hardcode k8s version unless its set specifically
KUBERNETES_VERSION
=
${
KUBERNETES_VERSION
:-
v1
.19.1
3
}
KUBERNETES_IMAGE_TAG
=
${
KUBERNETES_IMAGE_TAG
:-
v1
.19.1
3
-rke2r
2
-build2021080
6
}
KUBERNETES_VERSION
=
${
KUBERNETES_VERSION
:-
v1
.19.1
4
}
KUBERNETES_IMAGE_TAG
=
${
KUBERNETES_IMAGE_TAG
:-
v1
.19.1
4
-rke2r
1
-build202108
2
0
}
ETCD_VERSION
=
${
ETCD_VERSION
:-
v3
.4.13-k3s1
}
PAUSE_VERSION
=
${
PAUSE_VERSION
:-
3
.2
}
CCM_VERSION
=
${
CCM_VERSION
:-
v0
.0.1-build20210629
}
...
...
Write
Preview
Markdown
is supported
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