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

Update Kubernetes from v1.9.3 to v1.9.4 #162

Merged
merged 1 commit into from
Mar 13, 2018
Merged

Update Kubernetes from v1.9.3 to v1.9.4 #162

merged 1 commit into from
Mar 13, 2018

Conversation

dghubble
Copy link
Member

@dghubble dghubble commented Mar 12, 2018

https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.9.md#v194

Notice

Upstream made a breaking change kubernetes/kubernetes#58720. It impacts the Grafana addon.

"Secret, configMap, downwardAPI and projected volumes will be mounted as read-only volumes. Applications that attempt to write to these volumes will receive read-only filesystem errors. Previously, applications were allowed to make changes to these volumes, but those changes were reverted at an arbitrary interval by the system. Applications should be re-configured to write derived files to another location."

Grafana attempts to chown any dashboards its given, so I'm not sure of the workaround.

@dghubble
Copy link
Member Author

dghubble commented Mar 13, 2018

I'm unhappy upstream shipped kubernetes/kubernetes#58720, but introducing feature gates at this late stage is even worse. Given the choice between vanilla v1.9.4 (broken Grafana) and v1.9.4 with a feature gate to rip out the breakage (but undo security fix?) I'm going with vanilla v1.9.4.

However, I've checked that you can still deploy Grafana v4.6.3. Checkout Typhoon v1.9.3 and Grafana works just fine on v1.9.4 clusters. I'll add something in the release notes about Grafana v5.0 being unusuable 😭

@dghubble
Copy link
Member Author

@dghubble dghubble merged commit 931e311 into master Mar 13, 2018
@dghubble dghubble deleted the bump-kubernetes branch March 13, 2018 03:33
dghubble added a commit that referenced this pull request Mar 13, 2018
* Revert commit 9dcc255.
* Grafana v5.0 is not compatible with Kubernetes v1.9.4. See
#162
@dghubble
Copy link
Member Author

Another known issue is that subPath seems to have regressed. kubernetes/kubernetes#61076

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant