I'm trying to modify a k8s object's metadata?
When I do kubectl edit ....
on that object and make changes and save it, it's saying edited
.
But when I do kubectl describe
on that object, it's still showing old values in metadata.
I'm trying to modify a k8s object's metadata?
When I do kubectl edit ....
on that object and make changes and save it, it's saying edited
.
But when I do kubectl describe
on that object, it's still showing old values in metadata.