user avatar
Updated capei dep with v0.2.4
Jose C Ordaz authored
eed62497
Name Last commit Last update
.circleci Remove CAPEI build step from CircleCI
.github/workflows Upgrades golint-ci for new github actions env changes (#317)
addons Update the version of weave-net to 2.7.0
build Upgrade to Go 1.14.4 in the build container
cmd WIP: Support eks-d (#323)
config/crd Add 'status' subresource to CRD definitions
docs Rename 'BareMetal' to 'ExistingInfra'
environments Update test version of etcd to 3.4.3
examples Update test to v.1.18.15 to fix kubelet timeout
pkg Updated capei dep with v0.2.4
test Updated capei dep with v0.2.4
tools Address review feedback, remove unnecessary function
.gitignore ignore .idea folder
.goreleaser.yml fix .goreleaser to match new project format containing a list of archives rather than a single archive (#120)
.readthedocs.yaml move to mkdocs
CODE_OF_CONDUCT.md add some basic community information, link to resources
CONTRIBUTING.md move to mkdocs
DEPENDENCIES initial commit
LICENSE LICENSE is a more common file name than LICENSE.md
MAINTAINERS Add myself & Dennis to Maintainers
Makefile Ensure tests are running with debug (#304)
README.md Put a note in the README
go.mod Updated capei dep with v0.2.4
go.sum Updated capei dep with v0.2.4
mkdocs.yml update to new wk logo

Weave Kubernetes System Control - wksctl

Please note that the code has recently updated from ClusterAPI v1alpha1 to v1alpha3 and as a result Everything Has Changed While this note is in the README you may find inconsistencies in the code, and between the code, examples and documentation. Sorry about that. Feel free to still open issues and/or ask questions as below.

wksctl allows simple creation of a Kubernetes cluster given a set of IP addresses and an SSH key. It can be run in a standalone environment but is best used via a GitOps approach in which cluster and machine descriptions are stored in Git and the state of the cluster tracks changes to the descriptions.

Its features include:

  • simple creation of Kubernetes clusters
  • manage cluster and machine descriptions using Git
  • manage addons like Weave Net or Flux
  • Sealed Secret integration

Install wksctl binary

  1. Download the OS specific wksctl release package from the release page
  2. Unpack and add the wksctl binary to your path

For example:

cd <download dir>
tar xfz wksctl-0.7.0-linux-x86_64.tar.gz
chmod +x wksctl
sudo mv wksctl /usr/local/bin/

Check out our Get Started doc to dive deeper into the different ways to operate wksctl.

Quick start

We put together a couple of guides to get you up and running with WKS in combination with Footloose, Vagrant and others!

Contributing

Please see CONTRIBUTING.md and our Code Of Conduct.

Other interesting resources include:

More Documentation

Getting Help

If you have any questions about, feedback for or problems with wksctl:

Your feedback is always welcome!

License

Apache 2.0