John Gardiner Myers
0d74344a43
Remove the baremetal cloud provider
2020-06-14 10:38:29 -07:00
Ole Markus With
2abded190a
Update cmd help text
2020-06-11 08:37:10 +02:00
John Gardiner Myers
f9b0415093
Update generated files
2020-06-04 12:13:49 -07:00
Kubernetes Prow Robot
c6dcaa8199
Merge pull request #9154 from MoShitrit/issue-9031
...
Add support for encryption in Cilium
2020-06-04 03:11:15 -07:00
Zhou Hao
deb90e4ea4
Add example for describe secret
...
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2020-06-02 10:38:34 +08:00
Ole Markus With
7342525872
Remove vsphere from kops files
2020-05-30 13:36:55 +02:00
Zhou Hao
6f1fcf1944
Add example for delete secret
...
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2020-05-29 08:40:29 +08:00
MoShitrit
316a0e2b00
Adding encryption support for Cilium
...
Adding support for 'secret-name' flag
Adding instructions to enable encryption
Updating docs for cli
Addressing comments
Adding ciliumpassword subcommand to 'kops create secret'
Updating command to generate ciliumpassword secret
2020-05-25 01:54:24 -04:00
Ole Markus With
6e04586361
Docs fixes
2020-05-22 08:08:58 +02:00
Ole Markus With
95d2170fa6
Update networking in kops create
...
* Remove classic from cli docs. Add missing providers
* Use cilium instead of weave in example since we don't consider weave stable
2020-05-22 08:08:58 +02:00
Jesse Haka
11eaacd53e
validationtimes -> validationcount
2020-04-08 13:55:29 +03:00
Jesse Haka
e1e79790ef
validate cluster n times in rolling update
2020-04-08 13:55:24 +03:00
eric-hole
b3d65ffce0
Adds a gce-service-account flag so you BYO service-account
...
Generated code and some cleanup
Not sure where that code went
Tests for service account
fixes case on gceserviceaccount
2020-04-04 21:15:56 -07:00
Kubernetes Prow Robot
51e8563bd5
Merge pull request #8515 from hakman/validate-wait-consecutive
...
Wait for validation to succeed N consecutive times
2020-03-20 05:02:35 -07:00
John Gardiner Myers
2e920d75c1
Fix command descriptions to match new cluster validation behavior
2020-03-15 17:25:13 -07:00
John Gardiner Myers
33e23166e4
Support the kops.k8s.io/needs-update annotation on nodes
2020-03-09 22:43:09 -07:00
John Gardiner Myers
b098e4c4c2
Fix punctuation
2020-03-02 19:11:12 -08:00
Ciprian Hacman
ad247a9c75
Wait for validation to succeed N consecutive times
2020-02-21 16:18:04 +02:00
Justin Santa Barbara
adf2a5c681
Update cli docs
...
klog added a flag (add_dir_header).
2020-01-17 06:35:22 -05:00
Kubernetes Prow Robot
6978d68e87
Merge pull request #8179 from vvbogdanov87/add-all-export-config
...
Add all flag to export cluster command
2019-12-27 09:30:15 -08:00
Ciprian Hacman
8b15e5b03a
Add --container-runtime cli flag
2019-12-22 22:16:04 +02:00
vvbogdanov87
526cdce3c7
Add all flag to export cluster command
2019-12-22 19:46:04 +08:00
Kubernetes Prow Robot
db11481e37
Merge pull request #8110 from vvbogdanov87/validate-cluster-kubeconfig
...
Add kubeconfig flag to validate cluster command
2019-12-17 06:41:59 -08:00
eric-hole
4d280e44a6
update gnerated CLI docs as per Pete's typo fix
2019-12-16 20:10:16 -08:00
Eric Hole
8d1d0f6f15
Update docs/cli/kops_create_cluster.md
...
Co-Authored-By: Peter Rifel <rifelpet@users.noreply.github.com>
2019-12-16 16:16:34 -08:00
vvbogdanov87
9befa17496
Generate cli documentation
2019-12-16 19:53:41 +08:00
eric-hole
723abce4e5
Generated code: kops_create_cluster
2019-12-15 23:54:39 -08:00
Josh Branham
ff5364b59a
Fix gen docs
2019-11-23 19:50:25 -05:00
Jesse Haka
5e3b94ae17
use existing network and subnet
2019-10-27 08:21:25 +02:00
Kubernetes Prow Robot
927094fcda
Merge pull request #7371 from justinsb/kops_validate_now_supports_wait
...
Add --wait argument to kops validate
2019-09-19 11:57:00 -07:00
Jesse Haka
d9da911457
run gen docs
2019-08-30 08:22:50 +03:00
Justin SB
eb4fe3f8ff
Generate docs
...
https://github.com/kubernetes/kubernetes/pull/72137 appears to have
introduced spurious spaces, but I think we can live with it for now.
2019-08-26 07:54:30 -07:00
Justin SB
6a6bd7d8a0
Add --wait argument to kops validate
...
With this argument, kops validate will poll until the timeout expires,
waiting for readiness. On readiness or on timer expiration, it exits
as if wait was not present.
2019-08-16 09:50:29 -04:00
Justin SB
9df2e4bbfb
Speed up rolling-update - longer timeout on validation, less scheduled holds
...
We reduce the amount of time we wait on a purely scheduled basis
during a rolling-update, and instead increase the timeout on the
validation.
This will be a behavioural change - particularly for `--cloudonly`
mode, but that mode seems more useful when things are going wrong
anyway, when people will likely set _even lower_ timeouts.
2019-05-16 03:37:35 -07:00
Justin SB
547b5bbbb9
Update CLI docs
2019-05-06 13:44:41 -04:00
Adam Yang
40a1461a1d
fix documentation
2019-02-19 22:26:59 -05:00
Kubernetes Prow Robot
70484c009a
Merge pull request #6232 from justinsb/ask_kops_for_its_version
...
kops version: Add --short flag, use it to get version in scripts
2019-01-27 13:50:37 -08:00
Justin SB
b40c9034bd
kops version: Add --short flag, use it to get version in scripts
...
We upload to a location that includes the version, but we need to
specify the version in KOPS_BASE_URL. We expose an option to make
`kops version` more amenable to this scripting.
2019-01-22 22:27:33 -05:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco)
e0a16a9252
Docs for openstack addition
2019-01-20 00:10:11 -07:00
Justin SB
26bd75aecb
Bulk spelling fixes
...
Experimenting with my own spelling checker, these are the typos it caught.
2018-12-20 17:43:56 -05:00
Peter Rifel
f66a2abc40
Add --post-drain-delay to rolling-update cluster command
2018-12-14 21:09:55 -08:00
Kubernetes Prow Robot
1f38ac53b8
Merge pull request #6185 from rdrgmnzs/cluster-rotation-validation-timeout
...
Let a user specify the validation timeout when rotating a cluster.
2018-12-09 17:48:54 -08:00
Rodrigo Menezes
a6116381c9
add docs
2018-12-08 17:45:51 -08:00
mikesplain
3c7756a4e5
Add -y for upgrade command
2018-12-06 12:56:48 -05:00
Kenjiro Nakayama
4489d86aff
Add cni to usage network option for kops create cluster
2018-12-01 11:53:48 +09:00
k8s-ci-robot
5dce6b1e6f
Merge pull request #5875 from seanson/5700_add_flag_for_no_subnet_tags
...
#5700 : Add command line flag for disabling Subnet ELB tags
2018-11-09 13:05:48 -08:00
Ian Hoegen
312813e4c5
Add stdin input for secrets
2018-10-23 11:38:45 -07:00
Sean Johnson
737a7a2cb8
5700: Add command line flag for disabling Subnet ELB tags
2018-10-10 12:48:06 +11:00
k8s-ci-robot
87808fb489
Merge pull request #5854 from posquit0/patch-2
...
Fix mis-typing in CLI command documentations
2018-10-08 22:40:34 -07:00
Justin Santa Barbara
01d188af38
Sync up CLI args help
...
Follow on to #5425 ; another flag and we need to update the source code
as well as the output.
Follow on also to #5721 and #4687
2018-10-08 17:03:00 -07:00