- 22 Oct, 2020 2 commits
-
-
Bryan Boreham authored
-
Bryan Boreham authored
-
- 21 Oct, 2020 3 commits
-
-
Bryan Boreham authored
-
Bryan Boreham authored
Using tracing framework from forked controller-runtime Just a few spans at intermediate levels.
-
Bryan Boreham authored
Annotate seed node via file
-
- 19 Oct, 2020 3 commits
-
-
Bryan Boreham authored
It can contain shell characters such as single quote and !, so put the contents in a file before calling `kubectl annotate`. Interestingly there is no option in `kubectl` to take the value from a file, so we still have to `cat` it on the command-line.
-
Bryan Boreham authored
Plumb Context through 'plan' steps
-
- 29 Sep, 2020 3 commits
-
-
Bryan Boreham authored
-
Bryan Boreham authored
Doesn't do anything different as yet, but this will be useful for tracing, or for cancelling a command.
-
Bryan Boreham authored
Ignore kubectl error during multimaster test
-
- 24 Sep, 2020 5 commits
-
-
Bryan Boreham authored
We often get "etcdserver: leader changed" responses from kubectl, which can be ignored. Rather than special write special code for that one error, just log and ignore all errors on 'kubectl get nodes'.
-
Bryan Boreham authored
Remove spurious 'test.yaml'
-
Bryan Boreham authored
Tidy the CAPEI image name used in multimaster_test
-
Bryan Boreham authored
Add 'status' subresource to CRD definitions
-
Bryan Boreham authored
* Use a const instead of repeating the name. * Keep it named `cluster-api-existinginfra-controller` instead of renaming it to `wksctl-controller`
-
- 10 Sep, 2020 1 commit
-
-
Dann Church authored
* fix erroneous image name and machines filename * ensure all test calls turn on debugging.
-
- 07 Sep, 2020 2 commits
-
-
Bryan Boreham authored
-
Bryan Boreham authored
This is essential to fit with the controller-runtime framework.
-
- 04 Sep, 2020 1 commit
-
-
Dann Church authored
* test ubuntu as well as centos nodes in integration tests * fix dead code linter error * updates for nodeos selection * update Makefile to allow random selection of node os * extend timeout on integration-tests-container
-
- 29 Aug, 2020 1 commit
-
-
Bryan Boreham authored
Update the version of weave-net to 2.7.0
-
- 27 Aug, 2020 1 commit
-
-
Mark Emeis authored
Cherry-pick of 575b70c6 Co-authored-by:
Simon Howe <footless@gmail.com>
-
- 26 Aug, 2020 1 commit
-
-
Dann Church authored
* make node os configurable * remove dead code * add ubuntu support for upload-image.sh * remove outdated dependency from the integration-tests-container target * fix typo in kubeadm_init resource name * update dependencies * mv examples/footloose/ubuntu1804 to examples/footloose/ubuntu18.04 * switch to capei controller * Debug integration tests (#295) * add node debugging * whoops * pin the controller image * fix log typo * see the kubeconfig in output * fix debugging; * display controller logs * more debug * more * more * more yet * sheesh * switch controller image * fix wksctl image lookup from manifest * switch image for debugging * include changes to manifest * more debug * switch to weavek8sops and allow for the fact that the controller is always running in debug mode * More namespace fixes * lint fixes Co-authored-by:
Jerry Jackson <jerry@weave.works> * support node os override * fix multimaster test and os override * make image available for online test * cleanup yumrepo and registry post-test Co-authored-by:
Jerry Jackson <jerry@weave.works> Co-authored-by:
Jerry R. Jackson <jrryjcksn@gmail.com>
-
- 21 Aug, 2020 6 commits
-
-
Lucas Käldström authored
Relocate reconcilers from wksctl to CAPEI (cluster-api-provider-existinginfra)
-
Dennis Marttinen authored
Signed-off-by:
Dennis Marttinen <dennis@weave.works>
-
Dennis Marttinen authored
Signed-off-by:
Dennis Marttinen <dennis@weave.works>
-
Dennis Marttinen authored
Signed-off-by:
Dennis Marttinen <dennis@weave.works>
-
Dennis Marttinen authored
Signed-off-by:
Dennis Marttinen <dennis@weave.works>
-
Dennis Marttinen authored
Signed-off-by:
Dennis Marttinen <dennis@weave.works>
-
- 19 Aug, 2020 1 commit
-
-
Dennis Marttinen authored
Signed-off-by:
Dennis Marttinen <dennis@weave.works>
-
- 13 Aug, 2020 1 commit
-
-
Jerry R. Jackson authored
Co-authored-by:
Jerry Jackson <jerry@weave.works>
-
- 11 Aug, 2020 1 commit
-
-
Lucas Käldström authored
Use runtime-controller client interface
-
- 10 Aug, 2020 5 commits
-
-
Dennis Marttinen authored
Signed-off-by:
Dennis Marttinen <dennis@weave.works>
-
Dennis Marttinen authored
Signed-off-by:
Dennis Marttinen <dennis@weave.works>
-
Bryan Boreham authored
Signed-off-by:
Dennis Marttinen <dennis@weave.works>
-
Bryan Boreham authored
Remove bogus taint check in controller
-
Bryan Boreham authored
Fetch machine identity fewer times
-
- 06 Aug, 2020 1 commit
-
-
Bryan Boreham authored
Code was checking the `Value` of the taint, whereas the string "NoSchedule" is an `Effect`. So it would always be false.
-
- 04 Aug, 2020 1 commit
-
-
Bryan Boreham authored
Exclude node being updated from HA check
-
- 03 Aug, 2020 1 commit
-
-
Bryan Boreham authored
Use the generic Serializer in libgitops, and fix some API machinery nits
-