The available subcommands of kubectl set are:
- env: Update environment variables on a pod template.
- image: Update the image of a pod template.
- resources: Update resource requests/limits on objects with pod templates.
- selector: Set the selector on a resource.
- serviceaccount: Update the service account of a resource.
- subject: Update the user, group, or service account in a role binding or cluster role binding.
You can run kubectl set -h for more details on each subcommand.
