mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 09:48:57 +03:00
Upgrades Kubernetes to v1.16.2 and all other components explicitly or implicitly (e.g. nginx image).
The clusterrole/clusterrolebinding are changed to rbac.authorization.k8s.io/v1
This commit is contained in:
@@ -98,7 +98,7 @@ spec:
|
||||
beta.kubernetes.io/os: linux
|
||||
containers:
|
||||
- name: coredns
|
||||
image: coredns/coredns:1.6.2
|
||||
image: coredns/coredns:1.6.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user