Commit Graph

29 Commits

Author SHA1 Message Date
Paco Xu 87a457b440 add some refer for kubeadm operator 2023-07-31 16:10:23 +08:00
fabriziopandini 2617a48739 cleanup first prototype of the kubeadm operator 2020-11-07 14:31:33 +01:00
Lubomir I. Ivanov 2e8085ea74 Avoid linking to the "master" branch of repositories
The the "master" -> "main" branch rename can happen in k8s repositories,
in the near future, which will break the links in this repository.

We can avoid referencing a "master" branch if the URL:
"https://git.k8s.io/repo" is used instead of
"https://github.com/kubernetes/{blob|tree}/master""
2020-09-30 03:29:45 +03:00
Kubernetes Prow Robot 67dc3ce226
Merge pull request #2266 from MaXinjian/cd-root-path
use common function cd_root_path to cd to the root path
2020-08-28 06:24:53 -07:00
Ma Xinjian 0f5ece3c9e use common function cd_root_path to cd to the root path
Signed-off-by: Ma Xinjian <maxj.fnst@cn.fujitsu.com>
2020-08-28 17:31:19 +08:00
Ma Xinjian 897e7b3acf update shellcheck url
shellcheck url has been changed and its breaking the build with the following error:

  You are downloading ShellCheck from an outdated URL!

  Please update to the new URL:
  https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz

  For more information, see:
  https://github.com/koalaman/shellcheck/issues/1871

  PS: Sorry for breaking your build :(

Signed-off-by: Ma Xinjian <maxj.fnst@cn.fujitsu.com>
2020-08-28 14:26:32 +08:00
Ma Xinjian cb2f09b99b fix wrong dir
fix the following issue:
  operator/hack/verify-shellcheck.sh: line 44: cd: /root/go/src/github.com/kubernetes/kubeadm/operator/operator: No such file or directory

Signed-off-by: Ma Xinjian <maxj.fnst@cn.fujitsu.com>
2020-08-27 15:45:41 +08:00
Kim Bao Long 0053b70242 Replacing 'HTTP' by 'HTTPS' for securing links
Currently, when we access github.com with HTTP, it is redirected to HTTPS automatically. So this commit aims to replace http://github.com by https://github.com for security.

Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>
2020-02-18 09:50:44 +07:00
Zhou Hao c5214a3762 Fix a typo 'the the' -> 'the'
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2020-01-02 11:02:52 +08:00
fabriziopandini 87edfdf0ce add more tests, fix some errors, small refactors 2019-11-28 16:36:05 +01:00
Kubernetes Prow Robot f4019dfc8f
Merge pull request #1919 from fabriziopandini/add-tests1
kubeadm operator: add unit test tests - part1
2019-11-27 04:21:20 -08:00
SataQiu 48b7927186 kubeadm operator: rename function name in runtimetaskgroup_reconcile_test.go 2019-11-27 12:26:27 +08:00
SataQiu e6d053224b kubeadm operator: add unit tests for runtimetaskgroup_reconcile 2019-11-26 11:28:12 +08:00
SataQiu 5f239e97bc kubeadm operator: add unit tests for runtimetaskgroup_controller 2019-11-24 11:25:26 +08:00
SataQiu c968748cf4 kubeadm operator: add unit tests for operation_controller 2019-11-19 11:14:18 +08:00
fabriziopandini 360fd2fedd fix-verify checks 2019-11-15 10:10:47 +01:00
fabriziopandini bb74d367f7 add tests1 2019-11-14 17:51:10 +01:00
Kubernetes Prow Robot 09081f0ffb
Merge pull request #1880 from fabriziopandini/task-controller
kubeadm-operator: implement the task controller
2019-11-08 12:22:52 -08:00
fabriziopandini 1094dcdde4 task-controller 2019-11-08 17:25:27 +01:00
Lubomir I. Ivanov 89df46a411 verify-spelling: fix misspell 'go mod init' call 2019-11-07 21:28:42 +02:00
Igor Zibarev 27b8305d23 operator: organize imports 2019-10-31 23:47:19 +03:00
fabriziopandini 93a667334b address comments 2019-10-31 09:04:51 +01:00
fabriziopandini be00b42b3e taskgroup-controller 2019-10-30 10:39:59 +01:00
fabriziopandini e6d8c26717 implement the operation controller 2019-10-24 09:58:59 +02:00
fabriziopandini 6ac8b376db address comments 2019-10-17 08:12:40 +02:00
fabriziopandini 534e422303 address comments 2019-10-15 19:04:55 +02:00
fabriziopandini 69033ec7bd kubeadm-operator-API 2019-10-15 12:20:25 +02:00
fabriziopandini 07a11cdab4 fix verify 2019-10-10 16:14:38 +02:00
fabriziopandini fe2cedda26 kubeadm-operator-inital-commit 2019-10-07 22:00:53 +02:00