kops/cmd/kops
Barry Melbourne 1a60629d38 Update Docker to v20.10.5 2021-04-11 19:26:46 +01:00
..
test Replace template text with something that builde the entire context 2020-12-16 22:18:58 +01:00
util Support authentication helper for kubectl 2020-08-30 15:16:20 -04:00
BUILD.bazel Add overrides support in lifecycle integration tests 2021-02-06 23:18:15 -06:00
completion.go kops as kOps for document 2020-11-13 23:45:11 -05:00
create.go Update cluster and state store names in CLI docs 2020-10-28 18:22:53 +02:00
create_cluster.go Allow setting dedicated apiserver node count from create cluster cmd 2021-03-27 08:59:45 +01:00
create_cluster_integration_test.go Update Docker to v20.10.5 2021-04-11 19:26:46 +01:00
create_cluster_test.go Remove unnecessary code 2018-11-08 12:40:13 -05:00
create_ig.go Pass cloud into populate cluster 2020-09-24 07:22:13 +02:00
create_secret.go Update cluster and state store names in CLI docs 2020-10-28 18:22:53 +02:00
create_secret_cilium_encryptionconfig.go kops as kOps for document 2020-11-13 23:45:11 -05:00
create_secret_dockerconfig.go kops as kOps for document 2020-11-13 23:45:11 -05:00
create_secret_encryptionconfig.go kops as kOps for document 2020-11-13 23:45:11 -05:00
create_secret_keypair.go Update cluster and state store names in CLI docs 2020-10-28 18:22:53 +02:00
create_secret_keypair_ca.go Update cluster and state store names in CLI docs 2020-10-28 18:22:53 +02:00
create_secret_sshpublickey.go Update cluster and state store names in CLI docs 2020-10-28 18:22:53 +02:00
create_secret_weave_encryptionconfig.go kops as kOps for document 2020-11-13 23:45:11 -05:00
delete.go Update cluster and state store names in CLI docs 2020-10-28 18:22:53 +02:00
delete_cluster.go Add Azure support 2020-12-21 08:27:54 -08:00
delete_confirm_test.go Update copyright notices 2019-09-09 14:47:51 -04:00
delete_instance.go Fix kdi 'must specify' error 2021-02-15 11:36:11 +01:00
delete_instancegroup.go kops as kOps for document 2020-11-13 23:45:11 -05:00
delete_secret.go fix some go-lint warning 2020-06-09 08:52:50 +08:00
describe.go Move kubectl dependency to k8s.io/kubectl 2020-01-17 06:24:24 -05:00
describe_secrets.go fix some go-lint warning 2020-06-09 08:52:50 +08:00
edit.go kops as kOps for document 2020-11-13 23:45:11 -05:00
edit_cluster.go kops as kOps for document 2020-11-13 23:45:11 -05:00
edit_instancegroup.go kops as kOps for document 2020-11-13 23:45:11 -05:00
editor.go Update copyright notices 2019-09-09 14:47:51 -04:00
export.go Update cluster and state store names in CLI docs 2020-10-28 18:22:53 +02:00
export_kubecfg.go Expand flag help on --user flags 2021-03-27 13:41:10 -04:00
gen_help_docs.go Update copyright notices 2019-09-09 14:47:51 -04:00
get.go Keep the good part from last attempt 2020-09-01 08:30:03 +02:00
get_cluster.go Import package aliases modified 2020-04-17 16:55:08 +02:00
get_instancegroups.go Add context.Context to most signatures 2020-04-11 14:44:17 -04:00
get_instances.go Make get instances respect needs-update annotation 2020-11-16 08:26:17 +01:00
get_secrets.go Upgrade to klog2 2020-08-16 20:56:48 -05:00
import.go Move kubectl dependency to k8s.io/kubectl 2020-01-17 06:24:24 -05:00
import_cluster.go Add context.Context to most signatures 2020-04-11 14:44:17 -04:00
integration_test.go Add irsa support for awslbcontroller 2021-04-04 21:24:07 +02:00
lifecycle_integration_test.go Update mock to v1.21.0-alpha.1 2021-02-16 14:19:58 +02:00
main.go Support authentication helper for kubectl 2020-08-30 15:16:20 -04:00
replace.go Upgrade to klog2 2020-08-16 20:56:48 -05:00
rollingupdate.go Update copyright notices 2019-09-09 14:47:51 -04:00
rollingupdatecluster.go Add support for scaling out the control plane with dedicated apiserver nodes 2021-03-20 20:57:00 +01:00
root.go make gen-cli-docs 2020-11-14 16:02:59 +02:00
set.go Correct command help text 2021-01-24 21:19:13 -05:00
set_cluster.go Remove code supporting dropped k8s versions 2020-06-04 12:11:51 -07:00
set_instancegroups.go Add `set instancegroup` command 2021-01-15 12:19:26 -05:00
toolbox.go feat toolbox instance-selector implementation 2020-08-10 16:16:51 -05:00
toolbox_convert_imported.go kops as kOps for document 2020-11-13 23:45:11 -05:00
toolbox_dump.go Allow SSH user to be overridden for `toolbox dump` 2021-01-28 19:47:22 -06:00
toolbox_instance_selector.go remove instance-selector label 2021-03-16 23:59:56 +05:30
toolbox_instance_selector_internal_test.go use byte quantity flag instead of int MiBs for memory args 2020-08-10 16:16:51 -05:00
toolbox_template.go Use helm's merging of vaulefiles and files 2020-12-16 22:18:58 +01:00
toolbox_template_test.go Replace template text with something that builde the entire context 2020-12-16 22:18:58 +01:00
update.go Update cluster and state store names in CLI docs 2020-10-28 18:22:53 +02:00
update_cluster.go Expand flag help on --user flags 2021-03-27 13:41:10 -04:00
upgrade.go Update cluster and state store names in CLI docs 2020-10-28 18:22:53 +02:00
upgrade_cluster.go Add channels entries for image architecture 2021-03-15 20:36:37 +02:00
validate.go kops as kOps for document 2020-11-13 23:45:11 -05:00
validate_cluster.go cluster validation - allow flapping of validation errors 2021-03-14 09:05:58 -05:00
version.go kops as kOps for document 2020-11-13 23:45:11 -05:00