Update Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md
This commit is contained in:
@ -265,13 +265,11 @@ Then run the following commands to apply the configmap to the Kubernetes cluster
|
||||
# Apply the Kerberos ConfigMap into Kubernetes Cluster
|
||||
kubectl apply -f /awx/krb5-configmap.yml
|
||||
|
||||
# Apply patch for awx-task
|
||||
kubectl patch deployment awx-task -n awx --patch "$(sed -n '/^apiVersion: apps\/v1/,/^---/p' kerberos-patch.yml)"
|
||||
|
||||
# Apply patch for awx-web
|
||||
kubectl patch deployment awx-web -n awx --patch "$(sed -n '/^apiVersion: apps\/v1/,$p' kerberos-patch.yml)"
|
||||
|
||||
# Extract and apply patch for awx-task
|
||||
kubectl patch deployment awx-task -n awx --patch "$(sed -n '1,/^---/p' kerberos-patch.yml | sed '$d')"
|
||||
|
||||
# Extract and apply patch for awx-web
|
||||
kubectl patch deployment awx-web -n awx --patch "$(sed -n '/^---/,$p' kerberos-patch.yml | sed '1d')"
|
||||
```
|
||||
|
||||
## Access the AWX WebUI behind Ingress Controller
|
||||
|
Reference in New Issue
Block a user