Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Temporary fix for CI with k8s 1.9.4#45

Merged
animeshsingh merged 3 commits intoIBM:masterfrom
Tomcli:minikube-ci-patch
Mar 22, 2018
Merged

Temporary fix for CI with k8s 1.9.4#45
animeshsingh merged 3 commits intoIBM:masterfrom
Tomcli:minikube-ci-patch

Conversation

@Tomcli
Copy link
Copy Markdown
Contributor

@Tomcli Tomcli commented Mar 22, 2018

Minikube updated its Kubernetes Version to 1.9.4 yesterday and it made the Travis failed.

Kubernetes 1.9.4 changes secret, configMap, downwardAPI and projected volumes to mount read-only which cause our current learner implementation to be failed. Adding the feature gate ReadOnlyAPIDataVolumes=false will temporary resolve this issue in CI. Since the community said is not a good practice to let a pod to modify mounted secret, configMap, downwardAPI and projected volumes, we should change our learner implementation during our next sync.

@Tomcli Tomcli added bug Something isn't working Do not merge labels Mar 22, 2018
@Tomcli
Copy link
Copy Markdown
Contributor Author

Tomcli commented Mar 22, 2018

Do not merge yet until the Travis CI passed.

@Tomcli Tomcli added the CI/CD label Mar 22, 2018
@animeshsingh animeshsingh merged commit 5ab24e4 into IBM:master Mar 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working CI/CD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants