mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 04:11:46 +00:00
Merge pull request #31392 from MrHohn/push-kube-dns
Automatic merge from submit-queue Build and push kube-dns for 1.4 release. Fix #31355. Following docker images had been uploaded: gcr.io/google_containers/kubedns-amd64:1.7 gcr.io/google_containers/kubedns-arm:1.7 gcr.io/google_containers/kubedns-arm64:1.7 Build for ppc64le is disabled by default, and it failed to be built using: `KUBE_BUILD_PPC64LE=y make release` I'm still working on making the ppc64le build. Updates will be added following this thread. @girishkalele @thockin
This commit is contained in:
@@ -21,7 +21,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: kubedns
|
||||
image: gcr.io/google_containers/kubedns-amd64:1.5
|
||||
image: gcr.io/google_containers/kubedns-amd64:1.7
|
||||
resources:
|
||||
# TODO: Set memory limits when we've profiled the container for large
|
||||
# clusters, then set request = limit to keep this container in
|
||||
|
Reference in New Issue
Block a user