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

The current learner implementation breaks in Kubernetes 1.9.4 and above #46

Closed
Tomcli opened this issue Mar 22, 2018 · 0 comments · Fixed by #47
Closed

The current learner implementation breaks in Kubernetes 1.9.4 and above #46

Tomcli opened this issue Mar 22, 2018 · 0 comments · Fixed by #47
Labels
bug Something isn't working Dependencies

Comments

@Tomcli
Copy link
Contributor

Tomcli commented Mar 22, 2018

As mentioned in #45, Kubernetes 1.9.4 changes the secret, configMap, downwardAPI and projected volumes to mount with read-only. Since the current learner implementation needs write access to its mounted volume, the temporary solution is to set the feature gate ReadOnlyAPIDataVolumes=false. We should change the learner implementation so that it can work with read only access on the mounted volume.

@Tomcli Tomcli changed the title The current learner implementation breaks in Kubernetes 1.9.4 The current learner implementation breaks in Kubernetes 1.9.4 and above Mar 22, 2018
@Tomcli Tomcli added bug Something isn't working Dependencies labels 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 Dependencies
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant