-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
Basic commands
- kubectl exec: though we already have helper class
Exec
, a kubectl wrapper can be more user-friendly - kubectl logs: <ditto>
- kubectl port-forward: <ditto>
- kubectl cp: <ditto>
- kubectl scale: How to use patchNamespacedDeploymentScale? #968
- kubectl rollout: can I use " kubectl rollout history deployment <deployment> " with java API ? #599
- kubectl annotate
- kubectl create Equivalent for kubectl create #1187
Cluster/Node management
- kubectl taint: Patch node with taints using add is overriding already added taints #517
- kubectl drain: How to use kubernetes-client/java implement the command of kubectl drain #1069
- kubectl cordon/uncordon: ApiException exception on CoreV1Api.replaceNode #306
- kubectl top: how to get metrics by client api ? #892
Advanced commands
- kubectl patch: we have
PatchUtils
documented on README, however aKubectl.patch(..)
be easier for developers to find.. - Kubectl label equivalence #1078 kubectl label/annotate: obviously a common usecase
- kubectl version: TBD
- kubectl api-resources: cluster api discovery is necessary for some usecases
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.