Commit Graph

3287 Commits (cf14cab4e49d31550be45aabc6f454edb4d1bfc4)

Author SHA1 Message Date
Anders F Björklund d41865a5fb Add some basic documentation string for golint
"exported type ControlPlane should have comment or be unexported"
2020-04-05 10:19:16 +02:00
Thomas Strömberg 25cbb6e6f0
Merge pull request #7410 from medyagh/adjust_warn_slow
adjust warn if slow for ps and volume
2020-04-04 10:45:42 -07:00
Anders F Björklund e4fb49304a Make node start message easier to translate 2020-04-04 12:47:04 +02:00
Medya Gh a0263c2513 adjust more 2020-04-03 20:59:03 -07:00
Medya Gh a62d611e0b adjust kill time 2020-04-03 20:59:03 -07:00
Medya Gh 8f51d7de58 adjust warn if slow for ps and volume 2020-04-03 20:59:03 -07:00
Medya Ghazizadeh f65f925670
Merge pull request #7375 from medyagh/wait_sa2
--wait, wait for more components
2020-04-03 20:47:43 -07:00
Medya Gh 478d183331 use all components list in should wait 2020-04-03 18:46:18 -07:00
Medya Gh 4221e63e13 add logs for wait components 2020-04-03 18:43:37 -07:00
Thomas Strömberg e78e8ed29d
Merge pull request #7407 from tstromberg/debug-statement
Remove noisy debug statement from logs
2020-04-03 17:21:40 -07:00
Thomas Strömberg 44f1b4c313
Merge pull request #7394 from priyawadhwa/parallel
parallelize updating cluster and setting up certs
2020-04-03 16:59:24 -07:00
Thomas Stromberg ecbe344ac2 Remove noisy debug statement from logs 2020-04-03 16:55:02 -07:00
Medya Gh 74551841cc address review comments 2020-04-02 23:41:45 -07:00
Medya Ghazizadeh 825a6e897b
Merge pull request #7393 from medyagh/ingress_addon_mac
allow ingress addon for docker/podman drivers only on linux for now
2020-04-02 19:47:40 -07:00
Medya Gh fa9d47ae18 reuse timeout 2020-04-02 19:21:30 -07:00
Medya Gh 90c251d7e9 lint 2020-04-02 19:19:23 -07:00
Medya Gh 5f6b547a1d add time out for wait for default sa 2020-04-02 19:18:06 -07:00
Medya Gh 62ca22a662 refactor and rebase 2020-04-02 18:58:51 -07:00
Medya Gh 86c9d2b747 rename 2020-04-02 17:55:15 -07:00
Medya Gh 89f2b9db6e rename 2020-04-02 17:55:15 -07:00
Medya Gh e18ce70e0f fix negated logic 2020-04-02 17:55:15 -07:00
Medya Gh 9335d28c43 fix the years 2020-04-02 17:55:15 -07:00
Medya Gh d6b3cc6109 lint 2020-04-02 17:55:15 -07:00
Medya Gh 4c8f79d823 add wait logic to kubeadm 2020-04-02 17:55:15 -07:00
Medya Gh f49a7a2c5e add new wait logic to kubeadm 2020-04-02 17:54:46 -07:00
Medya Gh 1df01b587c add wait 2020-04-02 17:54:14 -07:00
Medya Gh 3b39b271ac fix interpret wait 2020-04-02 17:54:14 -07:00
Medya Gh e4eae47e86 interpret wait flags 2020-04-02 17:54:14 -07:00
Medya Gh f4950bc76d break down kverify package to files 2020-04-02 17:54:14 -07:00
Medya Gh 3f16f27540 less tab 2020-04-02 17:20:25 -07:00
Medya Gh 9fd6496743 improve messge 2020-04-02 17:19:45 -07:00
Medya Gh 77d2b50087 break down the lines 2020-04-02 17:16:00 -07:00
Medya Gh db00506d67 dont allow enabling ingress addon for docker on mac and windows 2020-04-02 17:00:06 -07:00
Priya Wadhwa 60fde94e9f parallelize updating cluster and setting up certs 2020-04-02 16:46:58 -07:00
Thomas Strömberg eba137da6d
Merge pull request #7390 from tstromberg/solution-msgs
Update err map for v1.9.x
2020-04-02 16:36:27 -07:00
Thomas Stromberg 4476cf12d3 Remove testing dict 2020-04-02 16:04:32 -07:00
Thomas Stromberg e089c0c0f8 Replace 120 with \d 2020-04-02 15:53:04 -07:00
Thomas Strömberg a305b651d0
Merge pull request #7388 from tstromberg/none-root-check2
none: check for docker and root uid
2020-04-02 15:43:05 -07:00
Thomas Stromberg 7296c2687b Update err map for v1.9.x 2020-04-02 15:31:58 -07:00
tstromberg 4ace23cd2c error message lint 2020-04-02 14:36:57 -07:00
Thomas Strömberg 37a98106c4
Merge pull request #7382 from tstromberg/stderr-fix3
Move errors and warnings to output to stderr
2020-04-02 14:36:16 -07:00
Thomas Strömberg 78ecf53d40
Merge pull request #7360 from tstromberg/wrong-url
Correct assumptions for forwarded hostname & IP handling
2020-04-02 14:33:48 -07:00
Thomas Stromberg 5b3834ec63 Merge to master 2020-04-02 12:39:32 -07:00
tstromberg 6276c1cb1d none: check for docker and root 2020-04-02 12:33:13 -07:00
Thomas Strömberg f3392f4034
Merge pull request #7386 from tstromberg/none-advice
"Point 'none' users toward the more user-friendly 'docker' driver
2020-04-02 12:32:07 -07:00
Thomas Strömberg e937a60ab0
Merge pull request #7379 from tstromberg/driver-msg
Add rejection reason to 'unable to find driver' error
2020-04-02 12:25:15 -07:00
Thomas Stromberg a3d729db6b Point 'none' users toward the more user-friendly 'docker' driver 2020-04-02 11:44:44 -07:00
Thomas Stromberg 2e9ad822fe Run goimports 2020-04-02 10:53:12 -07:00
Thomas Stromberg 5307145802 Move errors and warnings to output to stderr 2020-04-02 09:58:13 -07:00
Thomas Stromberg a71edc3920 Merge branch 'master' into wrong-url 2020-04-02 08:32:54 -07:00