treasuremap/manifests/function/hostconfig-operator
James Gu be4d17a36e airship-core type and reference site manifest update for 2.1 release
Update the airshipctl version pin and fixes in the reference type and
site manifests to keep up to date with the airshipctl changes in version 2.1.

Change-Id: I19c1cf874f33eeccba5b0fbc74404dd5d462f55d
2021-11-11 22:07:55 +00:00
..
rbac Hostconfig-operator added to treasuremap repo. 2020-10-07 14:24:37 +00:00
replacements airship-core type and reference site manifest update for 2.1 release 2021-11-11 22:07:55 +00:00
README.md Hostconfig-operator added to treasuremap repo. 2020-10-07 14:24:37 +00:00
deployment.yaml Hostconfig-operator added to treasuremap repo. 2020-10-07 14:24:37 +00:00
hostconfig.airshipit.org_hostconfigs_crd.yaml Hostconfig-operator added to treasuremap repo. 2020-10-07 14:24:37 +00:00
kustomization.yaml airship-core type and reference site manifest update for 2.1 release 2021-11-11 22:07:55 +00:00
namespace.yaml airship-core type and reference site manifest update for 2.1 release 2021-11-11 22:07:55 +00:00
ssh-key.yaml Create secret with ssh-key for hostconfig-operator 2021-04-10 20:33:03 -05:00

README.md

HostConfig-Operator

The hostconfig operator is used for performing Day2 configurations on the kubernetes hosts. It is built on ansible-operator.

The operator uses HostConfig CR object to select the hosts. The CR object also contains the required configuration details that needs to be performed on the selected hosts. The host selection is done by matching the labels given in the CR object against the labels associated with the kubernetes hosts.

Usage and deployment details

For more information on usage and deployment of the operator on a stand alone kubernetes please refer below.

Overview and Deployment details

HostConfig Repo: hostconfig-operator