Medya Gh
|
5206f7fb39
|
fix lint
|
2021-08-12 17:11:31 -07:00 |
Pablo Caderno
|
c211601ec4
|
Added restart command after setting crio options
|
2021-07-13 20:38:08 +10:00 |
Daehyeok Mun
|
d6691e796c
|
Add `Close() error` function into assets.CopyableFile
Add `Close` function and implemetions to explicitly close os.File which opend by
NewFileAsset.
|
2021-05-20 21:05:09 -07:00 |
Anders F Björklund
|
c3d0621d97
|
Only use sudo with the none driver when on linux
|
2020-12-10 21:07:10 +01:00 |
Ilya Zuyev
|
6b3bf1fee5
|
Add docker machine to cert hosts
|
2020-10-23 15:05:31 -07:00 |
Priya Modali
|
97d96bf925
|
Switching from glob library to klog library.
|
2020-09-29 15:49:41 -07:00 |
Vincent Link
|
e95f279449
|
Add "minikube" and machineName to docker certificate SANs
See #6367
|
2020-08-03 20:42:12 +02:00 |
Anders F Björklund
|
49ebcc87d3
|
Enable docker and kubelet units after adding them
This avoids warnings from `kubeadm init` later:
[WARNING Service-Docker]
[WARNING Service-Kubelet]
|
2020-04-19 17:31:00 +02:00 |
Medya Gh
|
9dfe6a6a70
|
clean up logs
|
2020-04-13 16:39:52 -07:00 |
Thomas Stromberg
|
4d1177cbf1
|
Ensure that sessions are closed, retry client if necessary
|
2020-04-10 13:53:38 -07:00 |
Sharif Elgamal
|
06dca45553
|
lint
|
2020-03-24 16:10:20 -07:00 |
Sharif Elgamal
|
4a24cfcf30
|
add cluster name to provisioner object directly
|
2020-03-24 15:54:39 -07:00 |
Sharif Elgamal
|
28672dec78
|
remove ClusterNameFromMachine
|
2020-03-24 14:43:11 -07:00 |
Thomas Strömberg
|
986679bc8d
|
Merge pull request #6787 from sharifelgamal/m2
Implement multi-node cluster capabilities
|
2020-03-20 19:26:56 -07:00 |
Thomas Stromberg
|
ff9c4fdcc6
|
Lint fixes
|
2020-03-20 07:15:34 -07:00 |
Thomas Stromberg
|
ea6d6832e5
|
Only restart docker service if unit file has updated
|
2020-03-19 17:40:02 -07:00 |
Sharif Elgamal
|
f9b38dc04e
|
clean up status output and have multinode survive cluster restarts
|
2020-03-18 21:28:03 -07:00 |
Sharif Elgamal
|
f99d335fed
|
fix docker driver
|
2020-03-16 15:36:05 -07:00 |
Sharif Elgamal
|
0fadf91d2c
|
i think it works?
|
2020-02-25 16:36:53 -08:00 |
tstromberg
|
8631246e76
|
Create directory using os.MkDirAll, as mkdir -p does not work on windows
|
2020-02-05 12:37:19 -08:00 |
Thomas Strömberg
|
5795b7f312
|
Merge branch 'master' into obvious_denv
|
2020-02-05 08:14:56 -08:00 |
Medya Gh
|
c86b20ade2
|
add option to exec runner to point to host docker daemon
|
2020-02-04 15:33:04 -08:00 |
tstromberg
|
3db7713399
|
Remove more functions from the util package
|
2020-02-04 13:20:37 -08:00 |
Medya Gh
|
92eeb3c10b
|
refactor provision
|
2020-02-03 22:29:27 -08:00 |