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
If you don't have permissions to read nodes when you start Tilt you'll get this error message:
Starting Tilt (v0.12.2, built 2020-02-21)…
ERROR: Tilt could not read your node configuration
Ask your Kubernetes admin for access to run `kubectl get nodes`.
Detail: nodes is forbidden: User "myuser" cannot list resource "nodes" in API group "" at the cluster scope
We should do more to explain what this error means and in what situations it's safe to ignore.
Additionally we provide a way to disable this check if a user decides they don't care about the optimizations it would enable.
The text was updated successfully, but these errors were encountered:
jazzdan
changed the title
Improve node read permission error message, provide a way to disabke
Improve node read permission error message, provide a way to disable
May 5, 2020
I'd be in favor of just removing this message or making it a Debug log. The synclet is the only thing that needs the container runtime (#3245), and as we de-emphasize it, this will be much less important
This error message is not as important as it was with the sunsetting of
the synclet. Better to move it to a debug log since there are plenty
of users for whom Tilt works fine without node read permissions.
Fixes#3280
This error message is not as important as it was with the sunsetting of
the synclet. Better to move it to a debug log since there are plenty
of users for whom Tilt works fine without node read permissions.
Fixes#3280
If you don't have permissions to read nodes when you start Tilt you'll get this error message:
We should do more to explain what this error means and in what situations it's safe to ignore.
Additionally we provide a way to disable this check if a user decides they don't care about the optimizations it would enable.
The text was updated successfully, but these errors were encountered: