Commit Graph

457 Commits (c6564801f37e80141b3edc4d609a96ea87bdb104)
 

Author SHA1 Message Date
iwilltry42 c6564801f3
getKubeconfig: always return output filepath 4 years ago
iwilltry42 48b8e6801a
docs: add installation section to homepage 4 years ago
iwilltry42 de9ee91083
getKubeconfig: allow specifying one or more clusters or '--all' 4 years ago
iwilltry42 0cdce098bd
createCluster: do not create masterlb if hostnetwork is selected to avoid port collisions 4 years ago
iwilltry42 dec8043edf
createCluster: add masterlb to list of nodes, so it will be considered during rollback 4 years ago
iwilltry42 edeea4540b
getKubeConfig: create output directory path if not exists 4 years ago
iwilltry42 5fd9d1e69f
ci/cd: use python 3.8 for mkdocs deploy 4 years ago
iwilltry42 60f0d017d2
ci/cd: add mkdocs build 4 years ago
iwilltry42 70b62b1b90
docs: include requirements.txt for mkdocs 4 years ago
iwilltry42 933bf9ac34
docs: add section about handling kubeconfigs 4 years ago
iwilltry42 64d10c2e6a
docs: restructure sections and add networking information 4 years ago
iwilltry42 7744c52ec7
overall: always defer close docker client connections 4 years ago
iwilltry42 05f2fc1f66
docs: add more command information 4 years ago
iwilltry42 5ce4733cc5
docs: use awesome-pages structure and add content 4 years ago
iwilltry42 42b7dc30b9
docs: use awesome-pages structure and add content 4 years ago
iwilltry42 214c3586d7
prettify mkdocs page 4 years ago
iwilltry42 867dc890a4
docs: enable codehilite 4 years ago
iwilltry42 9654027a6b
init mkdocs 4 years ago
iwilltry42 3b77ecd6dd
getLogs: return error if container is not in running state to avoid long unnecessary wait 4 years ago
iwilltry42 b32e116a67
add comment 4 years ago
iwilltry42 2d68ef12e4
deleteCluster: remove cluster details from kubeconfig 4 years ago
iwilltry42 5b637126d7
createCluster: add --update-kubeconfig flag 4 years ago
iwilltry42 6677f82d5b
getKubeConfig: consider the KUBECONFIG env var when updating default kubeconfig 4 years ago
iwilltry42 5b1e723fdd
createCluster: add more detailed description and info regarding api port 4 years ago
iwilltry42 091190447c
createCluster: fix final print after cluster creation on windows (different setting of env vars) 4 years ago
iwilltry42 cec907e1f3
set current context if empty 4 years ago
iwilltry42 813a8a98af
tests/e2e: add failure case for importing images 4 years ago
iwilltry42 d7e71e07d2
fix/loadImage: extract labels from master/worker nodes only 4 years ago
iwilltry42 986533de8d
Makefile: update golangci-lint version 4 years ago
iwilltry42 5121ef80a5
create/start/stop cluster: fix how Master-LoadBalancer is treated 4 years ago
iwilltry42 60b051fb34
tests/e2e: Enable setting the log level for E2E tests in Makefile 4 years ago
iwilltry42 f9862be237
tests/e2e: Add a full lifecycle e2e test and restructure 4 years ago
Thorsten Klein 141109defc
Merge pull request #226 from rancher/feature/kubeconfig-modification 4 years ago
iwilltry42 347fd1e78a
tests/e2e: adapt e2e tests to new kubeconfig logic 4 years ago
iwilltry42 48f8393a86
Merge branch 'master-v3' of ssh://github.com/rancher/k3d into feature/kubeconfig-modification 4 years ago
iwilltry42 9464651f1a
fix go.mod 4 years ago
Thorsten Klein be59524e3a
Merge pull request #227 from jacobweinstock/master-v3 4 years ago
iwilltry42 d9e0e0f914
getKubeConfig: update existing kubeconfigs 4 years ago
iwilltry42 407fcd4e1f
rename to UpdateKubeConfig 4 years ago
iwilltry42 fc1b858325
getKubeConfig: add functionality to update an existing KubeConfig 4 years ago
Jacob Weinstock 3548642cb3
Merge branch 'master-v3' into master-v3 4 years ago
Jacob Weinstock fdd5e5a57a log to stdout or stderr depending on the log level 4 years ago
iwilltry42 df07358f47
getKubeconfig: fix: update context with new authInfo and cluster names 4 years ago
iwilltry42 2a76bba98b
getKubeconfig: modify kubeconfig as an object 4 years ago
iwilltry42 c51ec003bd
createCluster/network: add basic support for hostnetwork mode in docker 4 years ago
iwilltry42 469d8ab62d
use default value for apiPort 4 years ago
Thorsten Klein 8c7314d18c
Merge pull request #224 from rancher/feature/wait-timeout 4 years ago
iwilltry42 5c15dcbeca
add wait 4 years ago
iwilltry42 0f9ec09796
adapt tests to new --timeout flag 4 years ago
iwilltry42 1b7f5c5f78
createCluster/timeout: use context to handle cancellation 4 years ago