Adding in Kind specific install docs (#1643)

This commit is contained in:
Christian Adams
2023-12-01 11:42:23 -05:00
committed by GitHub
parent 1470779b8f
commit e3e3da0e0e
3 changed files with 128 additions and 1 deletions

View File

@@ -22,6 +22,8 @@ export VERSION=2.7.2
Once you have a running Kubernetes cluster, you can deploy AWX Operator into your cluster using [Kustomize](https://kubectl.docs.kubernetes.io/guides/introduction/kustomize/). Since kubectl version 1.14 kustomize functionality is built-in (otherwise, follow the instructions here to install the latest version of Kustomize: https://kubectl.docs.kubernetes.io/installation/kustomize/ )
> Some things may need to be configured slightly differently for different Kubernetes flavors for the networking aspects. When installing on Kind, see the [kind install docs](./kind-install.md) for more details.
There is a make target you can run:
```
make deploy