* Label Templates: fix Random check
This commit fixes the panic occurring with a malformed Random
template label (${Random}).
Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
* Label Templates: don't fail registration for a wrong label
A wrong Random label syntax causes a syntax error that fails and stops
the registration process: don't stop the registration, just log the
error, skip the label and proceed.
Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
---------
Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
|
||
|---|---|---|
| .github | ||
| .obs | ||
| Examples/elemental.cattle.io/v1beta1 | ||
| api/v1beta1 | ||
| cmd | ||
| config | ||
| controllers | ||
| hooks | ||
| internal/system-agent | ||
| pkg | ||
| scripts | ||
| tests | ||
| utils | ||
| vendor | ||
| .gitignore | ||
| .golangci.yml | ||
| .goreleaser.yaml | ||
| CHANGELOG.md | ||
| CODEOWNERS | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| Dockerfile.seedimage | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| generate.go | ||
| go.mod | ||
| go.sum | ||
README.md
Operator
The Elemental operator extends Rancher introducing OS provisioning and management capabilities.
Machines booting from an Elemental live ISO register to the Elemental Operator, get provisioned with the OS and a k8s distro, forming a new Kubernetes cluster immediately available in Rancher.
See the Elemental docs for more information.
Installation
The Elemental operator should be installed on a K8s cluster running Rancher Multi Cluster Management server.
A step by step guide is available in the official documentation.