1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-06-08 07:46:12 +02:00
typhoon/digital-ocean
Dalton Hubble bf22222f7d Remove temporary workaround for v1.18.0 apply issue
* In v1.18.0, kubectl apply would fail to apply manifests if any
single manifest was unable to validate. For example, if a CRD and
CR were defined in the same directory, apply would fail since the
CR would be invalid as the CRD wouldn't exist
* Typhoon temporary workaround was to separate CNI CRD manifests
and explicitly apply them first. No longer needed in v1.18.1+
* Kubernetes v1.18.1 restored the prior behavior where kubectl apply
applies as many valid manifests as it can. In the example above, the
CRD would be applied and the CR could be applied if the kubectl apply
was re-run (allowing for apply loops).
* Upstream fix: https://github.com/kubernetes/kubernetes/pull/89864
2020-04-16 23:49:55 -07:00
..
container-linux/kubernetes Remove temporary workaround for v1.18.0 apply issue 2020-04-16 23:49:55 -07:00
fedora-coreos/kubernetes Update Kubernetes from v1.18.1 to v1.18.2 2020-04-16 23:40:52 -07:00