ds-ms
0417d23a4c
Fix linting issues in pkg/kubectl/cmd/version
...
Signed-off-by: ds-ms <desattir@microsoft.com >
2019-01-24 12:26:15 +05:30
WanLinghao
66931c57e8
Add warning info against kubectl apply --dry-run
which direct people use --server--dry-run instead
2019-01-24 13:18:50 +08:00
Jordan Liggitt
17aa60686e
Deprecate and remove use of alpha metadata.initializers field, remove IncludeUninitialized options
2019-01-23 16:34:43 -05:00
Kubernetes Prow Robot
e8a10abd31
Merge pull request #72605 from WanLinghao/port_forward_description_improve
...
Improve portforward command's description
2019-01-22 13:40:56 -08:00
Kubernetes Prow Robot
2300d7d923
Merge pull request #73144 from juanvallejo/jvallejo/deduplicate-user-path
...
add PATH de-duplication when searching for plugins
2019-01-22 08:46:01 -08:00
Di Xu
6576e1f790
kubectl supports copying files with wild card
2019-01-22 15:56:13 +08:00
Di Xu
37b9bd36f7
rename temp variable filepath to fpath
2019-01-22 15:48:53 +08:00
Kubernetes Prow Robot
0a7d8ec6cc
Merge pull request #73035 from juanvallejo/jvallejo/make-apiresource-discovery-nonfatal
...
make api-resource discovery errors non-fatal
2019-01-21 14:20:43 -08:00
juanvallejo
7f0303faf2
update bazel
2019-01-21 14:16:16 -05:00
juanvallejo
dbf9aa5009
add PATH de-duplication when searching for plugins
2019-01-21 13:00:42 -05:00
Mikalai Radchuk
2a230cc119
Allows to read from multiple logs simultaneously
...
Which makes possible to combile the `-f` and `-l` flags in kubectl logs
2019-01-20 13:50:22 +00:00
Kubernetes Prow Robot
9d58c8fbcf
Merge pull request #71117 from dixudx/read_kubeconfig_once
...
loads kubeconfig only once
2019-01-19 02:25:26 -08:00
WanLinghao
d4f5228b81
Add kubectl auth can-i --list
option which could help users know what actions they can do in specific namespace.
2019-01-19 15:58:44 +08:00
juanvallejo
23d52b4829
update bazel
2019-01-18 17:28:09 -05:00
Kubernetes Prow Robot
2540969b64
Merge pull request #73024 from soltysh/fix_createjob
...
Image is a required parameter
2019-01-17 17:11:49 -08:00
juanvallejo
b20a8c6b04
make api-resource discovery errors non-fatal
2019-01-17 13:58:45 -05:00
Maciej Szulik
2f59dd752c
Image is a required parameter
2019-01-17 15:58:41 +01:00
Kubernetes Prow Robot
af31a202ea
Merge pull request #72276 from vithati/users/vithati/kubectlissue503
...
Allow setting images for 'InitContainers' through kubectl set command.
2019-01-17 05:18:04 -08:00
Sascha Grunert
ba7aaa911d
Update dedent to latest release
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com >
2019-01-17 08:30:07 +01:00
Zhao Yuwei
1a2b4fb60f
word
...
Signed-off-by: Zhao Yuwei <zhaoyw-fnst@cn.fujitsu.com >
2019-01-16 17:00:10 +08:00
Kubernetes Prow Robot
7a8ac58756
Merge pull request #72924 from liggitt/remove-swagger
...
Remove swagger 1.2, swagger-ui
2019-01-15 20:19:20 -08:00
Kubernetes Prow Robot
ce19aad22b
Merge pull request #70527 from qingsenLi/git181101
...
remove repetitive word in annotation
2019-01-15 20:19:09 -08:00
WanLinghao
71bf483618
Improve portforward command's description which hint the requirment of 'socat' command
2019-01-16 09:24:23 +08:00
Jordan Liggitt
ef4983fb52
Update generated files
2019-01-15 13:33:06 -05:00
Jordan Liggitt
9229399bd6
Remove build/verify scripts for swagger 1.2 API docs, API server swagger ui / swagger 1.2 config
2019-01-15 13:33:06 -05:00
Jordan Liggitt
c12d8a56f8
Find current resourceVersion for waiting for deletion/conditions
2019-01-11 15:24:05 -05:00
Alan
45e332c1fd
fix typo "udp" -> "UDP"
2019-01-11 13:25:44 +08:00
Vikranth Thati
f72072cd60
Allow setting images for initContainers through kubectl set command.
2019-01-10 22:28:26 +05:30
Kubernetes Prow Robot
1edd44bbe3
Merge pull request #72448 from nak3/attach-completion
...
Fix wrong completion for kubectl attach
2019-01-07 17:56:14 -08:00
Kubernetes Prow Robot
1831babae8
Merge pull request #72352 from liggitt/prune-apps-v1
...
Prune apps/v1 resources
2019-01-04 14:09:41 -08:00
Justin SB
19a5528a65
Remove executable permission from testdata
2019-01-03 12:21:31 -05:00
Jordan Liggitt
2b1a2d361f
Use tabwriter with remembered column widths
2019-01-01 22:27:36 -05:00
Kenjiro Nakayama
f7aca76bac
Fix wrong completion for kubectl attach
...
Although `kubectl attach POD_NAME <tab>` completes container name,
kubectl attach needs `-c` option so the command causes error as:
```
$ kubectl attach nginx-7cdbd8cdc9-b5rhr nginx
error: the server doesn't have a resource type "nginx-7cdbd8cdc9-b5rhr"
```
This patch changes the completion to the same way as `kubectl exec`.
2018-12-31 13:34:56 +09:00
Jordan Liggitt
9186a81489
Prune apps/v1 resources
2018-12-27 00:44:09 -05:00
Pingan2017
672cad60e9
code cleanup for kubectl config
2018-12-25 15:24:57 +08:00
Kubernetes Prow Robot
e2f2ca2b29
Merge pull request #70599 from caesarxuchao/kubectl-wait-all
...
Enable --all flag for kubectl wait
2018-12-21 20:19:21 -08:00
Kubernetes Prow Robot
6da32b078f
Merge pull request #72006 from soltysh/allnamespaces_shorthand
...
Introduce -A as a shorthand for --all-namespaces in kubectl
2018-12-19 14:13:40 -08:00
Jordan Liggitt
0ff455e340
generated files
2018-12-19 11:19:12 -05:00
Jordan Liggitt
fd9e9b01b1
Remove uses of extensions/v1beta1 clients
2018-12-19 11:18:53 -05:00
Maciej Szulik
885bed15da
Introduce -A as a shorthand for --all-namespaces in kubectl
2018-12-19 14:37:43 +01:00
Kubernetes Prow Robot
483dfc4902
Merge pull request #71934 from annehwatson/typo
...
Fix typo
2018-12-12 16:02:37 -08:00
Antoine Pelisse
95eec905c7
diff: Make filename cross-platform compatible
2018-12-11 15:36:26 -08:00
Antoine Pelisse
b6135f63aa
diff: Fix overlapping filenames
...
The filename can overlap when multiple resources have the same name (but
obviously are of a different type). Include the name of the type in the
file name to prevent the overlap.
2018-12-11 09:19:52 -08:00
annehwatson
0a8a07f666
Fix typo
2018-12-10 20:16:17 -08:00
Antoine Pelisse
f9ca4aafc6
apply: fix detection of non-dry-run enabled servers
...
Apply only checks that the server supports dry-run in the create path,
not the update path, which is pretty bad.
2018-12-07 10:54:03 -08:00
Kubernetes Prow Robot
1a82272782
Merge pull request #71684 from danielqsj/typo-fix
...
Fix typos like limitting
2018-12-07 07:58:09 -08:00
Di Xu
4b524ef995
kubectl loads config file once and uses persistent client config
2018-12-07 15:41:40 +08:00
Jordan Liggitt
4611bb448e
Fix sort-by regression
2018-12-06 12:32:30 -05:00
Kubernetes Prow Robot
b1aed1593e
Merge pull request #70682 from idealhack/fix-golint-pkg-kubectl-cmd
...
Fix some golint errors for packages in `pkg/kubectl/cmd`
2018-12-04 00:49:09 -08:00
danielqsj
3c055aa4b4
Fix typos like limitting
2018-12-04 11:01:40 +08:00