treasuremap/manifests/function/hostconfig-operator
Alexey Odinokov e3caf14b0d Switching to the approach with cleanup by selector
Changes to reflect [1] in treasuremap
Fixed issue in /tools/deployment/35_deploy_worker_node.sh
Aligned the tag of replacement pluging everywhere

[1]
https://review.opendev.org/c/airship/airshipctl/+/779829

Relates-To: #125
Change-Id: I24e3228e73714a14d42f28743b20f89d860f950e
2021-04-21 16:38:23 +00:00
..
rbac Hostconfig-operator added to treasuremap repo. 2020-10-07 14:24:37 +00:00
replacements Switching to the approach with cleanup by selector 2021-04-21 16:38:23 +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 Create secret with ssh-key for hostconfig-operator 2021-04-10 20:33:03 -05: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