label
Update pod ‘foo’ with the label ‘status’ and the value ‘unhealthy’, overwriting any existing value
Update a pod identified by the type and name in “pod.json”
Update pod ‘foo’ by removing a label named ‘bar’ if it exists # Does not require the —overwrite flag
- Optionally, the key can begin with a DNS subdomain prefix and a single ‘/‘, like example.com/my-app.
- If —overwrite is true, then existing labels can be overwritten, otherwise attempting to overwrite a label will result in an error.