Kubernetes ConfigMap and Secret resources have a field called immutable which, if set to true, ensures that the data of ConfigMap/Secret cannot be updated after the resource is created.
In Kubernetes, the immutable: true boolean field is associated with the Deployment resource. This field is used to indicate whether the Deployment is immutable, meaning that its spec, such as the template for the Pods it manages, cannot be changed.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
alex78
2 months agohovnival
2 months, 2 weeks agoDebayan
3 months agoBolgarwow
3 months, 1 week agoomerco61
5 months agoankre
7 months ago