Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporary fix for CI with k8s 1.9.4 #45

Merged
merged 3 commits into from
Mar 22, 2018
Merged

Temporary fix for CI with k8s 1.9.4 #45

merged 3 commits into from
Mar 22, 2018

Conversation

Tomcli
Copy link
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
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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI/CD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants