You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatic merge from submit-queue.
Updating Calico manifests to Calico release 2.6.2
Renamed the k8s-1.8 manifest to a k8s-1.7. This is required because of config
change that occurs between k8s 1.6 and k8s 1.7. This refactor will also
be re-used when Calico Kubernetes data source support is added to kops.
Updated bootstrapchannelbuilder with the new Calico version numbers.
The diffs for the k8s-1.6 version is pretty rough, tried to make it cleaner, but nada.
FIXES: #3866FIXES: #3867
Line: https://github.com/kubernetes/kops/compare/master...chrislovecnm:calico-2.6-update?expand=1#diff-891cbc61587adb202b66b7c9bc6896daR209 is why Calico would not start on k8s 1.6 - thanks @caseydavenport
**TODO**
Testing K8s versions
- [x] test 1.5
- [x] test 1.6
- [x] test 1.7
- [x] test 1.8
/cc @blakebarnett@itajaja
What kops version are you running? use
kops version
Version 1.8.0-beta.1 (git-2b2b5971b)
What Kubernetes version are you running? use
kubectl version
Server Version: version.Info{Major:"1", Minor:"7", GitVersion:"v1.7.2", GitCommit:"922a86cfcd65915a9b2f69f3f193b8907d741d9c", GitTreeState:"clean", BuildDate:"2017-07-21T08:08:00Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}
What cloud provider are you using?
AWS
I updated my cluster using kops built from source and the calico policy controller is now crash looping.
This seems to be caused by this recent change: #3848
/etc/hosts/
is now mounted asreadOnly
into the kube-policy-controller:However the
CONFIGURE_ETC_HOSTS
environment variable is also set totrue
:I am guessing that the fix would be to either:
false
(or not set it at all, the default isfalse
)/etc/hosts/
with write permissions/etc/hosts
at all?I don't actually know which one is the correct solution.
The text was updated successfully, but these errors were encountered: