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 are reporting an issue with the hosted Google Cloud Build service, please contact your Google Cloud Support representative or report your issue using Google's public issue tracker.
This GitHub issue tracker is intended for bugs with the officially supported builder images only. This issue tracker is not the right place to report issues with triggers or notifications.
Notice
If you are reporting an issue with the hosted Google Cloud Build service, please contact your Google Cloud Support representative or report your issue using Google's public issue tracker.
This GitHub issue tracker is intended for bugs with the officially supported builder images only. This issue tracker is not the right place to report issues with triggers or notifications.
If you're not sure where to report your issue, use Google's public issue tracker.
Affected builder image
gcr.io/cloud-builders/gke-deploy
Expected Behavior
Applying an existing namespace with a new label will update the labels to what is in the YAML
Actual Behavior
Applying an existing namespace with a new label does not update the namespaces labels at all.
Steps to Reproduce the Problem
kubectl get namespaces --show-labels
shows it has the above labels3 update that namespace to add a new label
kubectl get namespaces --show-labels
shows the labels have not been updatedAdditional Info
doing these same steps but instead using kubectl locally they all work.
The text was updated successfully, but these errors were encountered: