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
I was deploying the custom metrics stackdriver adapter to a GKE cluster and the deployment tool that I was using failed during the validation step. This was caused by the fact that the ClusterRole object is namespaced in the deployment manifest, however this a non-namespaced resource[1][2]. I'm bringing it up as an issue since this prevents me from readily taking the manifest and deploying it with custom tooling (read: not kubectl).
I'm happy to submit a PR to address that.
The text was updated successfully, but these errors were encountered:
I was deploying the custom metrics stackdriver adapter to a GKE cluster and the deployment tool that I was using failed during the validation step. This was caused by the fact that the ClusterRole object is namespaced in the deployment manifest, however this a non-namespaced resource[1][2]. I'm bringing it up as an issue since this prevents me from readily taking the manifest and deploying it with custom tooling (read: not
kubectl
).I'm happy to submit a PR to address that.
The text was updated successfully, but these errors were encountered: