kubectl/pkg/cmd
Kiyoshi Muranaka 5457c2b27c Fix index out of range panic for kubectl alpha debug
Fix containerNameToRef func to get init containers and ephemeral containers properly.

Set EphemeralContainers in generatePodCopyWithDebugContainer func to nil which means
dropping ephemeral containers from a copy of pod so that it can be created successfully,
otherwise it is rejected by the API server.

Kubernetes-commit: bf3dfaf99942eab20fac1570ca0146d32cb93b57
2020-09-07 02:43:21 +09:00
..
annotate Change kubectl list option stdout 2020-07-01 17:00:25 +08:00
apiresources Fix for kubectl issue 834: 2020-03-06 15:26:06 -05:00
apply kubectl: cannot use --force with --server-side 2020-07-06 10:07:26 -07:00
attach better understanding of kubectl attach description 2020-05-11 10:12:48 +08:00
autoscale kubectl: fix the bug that kubectl autoscale does not honor --name flag 2020-06-06 17:35:47 +08:00
certificates Add support for v1 CSRs to kubectl certificate commands 2020-06-04 11:39:02 -04:00
clusterinfo Fix clusterdump info namespaces flag not working 2020-06-08 14:21:31 +08:00
completion fix(kubectl): remove trailing space when completing file path 2020-03-25 22:54:33 +08:00
config Use temporary directory when creating temporary file in tests 2020-07-17 10:41:16 +02:00
cp refactor: move kubectl-cp to staging 2020-06-15 12:20:14 +08:00
create Fix int->string casts 2020-07-24 11:13:07 -04:00
debug Fix index out of range panic for kubectl alpha debug 2020-09-07 02:43:21 +09:00
delete Mention background deletion in kubectl delete cascade help 2020-07-22 16:06:50 -07:00
describe Squash pkg/describe/versioned/ into pkg/describe/ 2020-03-03 13:06:26 +01:00
diff add labels to diff command 2020-05-07 14:30:00 -04:00
drain Use --dry-run=client,server in kubectl. 2020-01-30 20:23:33 -05:00
edit Strip .meta.managedFields for kubectl edit command 2020-06-09 14:56:57 +02:00
exec Remove double `kubectl` from output 2020-04-07 12:54:26 +02:00
explain fix(kubectl): explain crds with the same resource name with builtin objects 2020-03-26 16:07:06 +08:00
expose switch over k/k to use klog v2 2020-04-17 15:25:06 -04:00
get Update kubectl to use new vendored github.com/fvbommel/sortorder dependency 2020-09-02 17:52:26 -06:00
help Move pkg/kubectl/cmd/{command} to staging 2019-08-01 11:01:40 -07:00
kustomize Move pkg/kubectl/cmd/{command} to staging 2019-08-01 11:01:40 -07:00
label Change kubectl list option stdout 2020-07-01 17:00:25 +08:00
logs cleanup req.Context() and ResponseWrapper 2020-01-27 18:52:27 -08:00
options Move pkg/kubectl/cmd/{command} to staging 2019-08-01 11:01:40 -07:00
patch kubectl: Allow --patch-file to be passed to `kubectl patch` 2020-07-29 18:40:55 -04:00
plugin Link to krew's new project site 2020-03-01 21:56:56 +01:00
portforward feat(port-forward): warn users about UDP port 2020-06-01 12:28:01 +08:00
proxy switch over k/k to use klog v2 2020-04-17 15:25:06 -04:00
replace switch over k/k to use klog v2 2020-04-17 15:25:06 -04:00
rollout [kubectl/pkg/cmd/rollout]: fix typo & tidy imports 2020-05-25 09:37:18 +08:00
run Add unit test to kubectl/cmd/run 2020-06-15 20:25:45 +01:00
scale kubectl: fix the bug that kubectl scale does not honor --timeout flag 2020-06-06 18:19:47 +08:00
set Fix dry run client ignore namespace 2020-04-26 15:13:20 +08:00
taint switch over k/k to use klog v2 2020-04-17 15:25:06 -04:00
testing Use temporary directory when creating temporary file in tests 2020-07-17 10:41:16 +02:00
top switch over k/k to use klog v2 2020-04-17 15:25:06 -04:00
util Use temporary directory when creating temporary file in tests 2020-07-17 10:41:16 +02:00
version Fix kubectl version test to tolerate Run error coming from default 2020-04-17 17:50:24 +02:00
wait client-go dynamic client: add context to callers 2020-03-06 10:17:41 -05:00
alpha.go Add kubectl debug alpha command 2020-01-31 15:29:31 +01:00