mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 14:02:15 +11:00
feat: bump pulp operator version to 1.0.0-alpha.4
This commit is contained in:
parent
91164e128f
commit
31615c7d51
2 changed files with 6 additions and 4 deletions
|
|
@ -189,7 +189,7 @@ There is a Kubernetes Operator for Pulp 3 named Pulp Operator.
|
||||||
|
|
||||||
- [pulp/pulp-operator: Kubernetes Operator for Pulp 3](https://github.com/pulp/pulp-operator)
|
- [pulp/pulp-operator: Kubernetes Operator for Pulp 3](https://github.com/pulp/pulp-operator)
|
||||||
|
|
||||||
This project is in alpha stage and under active development. In this guide, we use [Pulp Operator 1.0.0-alpha.3](https://github.com/pulp/pulp-operator/tree/1.0.0-alpha.3).
|
This project is in alpha stage and under active development. In this guide, we use [Pulp Operator 1.0.0-alpha.4](https://github.com/pulp/pulp-operator/tree/1.0.0-alpha.4).
|
||||||
|
|
||||||
### Install Pulp Operator
|
### Install Pulp Operator
|
||||||
|
|
||||||
|
|
@ -199,7 +199,7 @@ Install specified version of Pulp Operator.
|
||||||
cd ~
|
cd ~
|
||||||
git clone https://github.com/pulp/pulp-operator.git
|
git clone https://github.com/pulp/pulp-operator.git
|
||||||
cd pulp-operator
|
cd pulp-operator
|
||||||
git checkout 1.0.0-alpha.3
|
git checkout 1.0.0-alpha.4
|
||||||
```
|
```
|
||||||
|
|
||||||
Export the name of the namespace where you want to deploy Pulp Operator as the environment variable `NAMESPACE` and run `make deploy`. The default namespace is `pulp-operator-system`. Note that `make deploy` requires `go` binary by default but you can remove this dependency by small `sed` patch.
|
Export the name of the namespace where you want to deploy Pulp Operator as the environment variable `NAMESPACE` and run `make deploy`. The default namespace is `pulp-operator-system`. Note that `make deploy` requires `go` binary by default but you can remove this dependency by small `sed` patch.
|
||||||
|
|
@ -251,6 +251,7 @@ Modify `ingress_host` in `pulp/galaxy.yaml`.
|
||||||
spec:
|
spec:
|
||||||
...
|
...
|
||||||
ingress_type: ingress
|
ingress_type: ingress
|
||||||
|
ingress_class_name: traefik
|
||||||
ingress_tls_secret: galaxy-secret-tls
|
ingress_tls_secret: galaxy-secret-tls
|
||||||
ingress_host: galaxy.example.com 👈👈👈
|
ingress_host: galaxy.example.com 👈👈👈
|
||||||
...
|
...
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ metadata:
|
||||||
name: galaxy
|
name: galaxy
|
||||||
spec:
|
spec:
|
||||||
# These parameters are designed for use with:
|
# These parameters are designed for use with:
|
||||||
# - Pulp Operator: 1.0.0-alpha.3
|
# - Pulp Operator: 1.0.0-alpha.4
|
||||||
# https://github.com/pulp/pulp-operator/blob/1.0.0-alpha.3/README.md
|
# https://github.com/pulp/pulp-operator/blob/1.0.0-alpha.4/README.md
|
||||||
# - Galaxy NG: 4.5.2
|
# - Galaxy NG: 4.5.2
|
||||||
# https://github.com/ansible/galaxy_ng/tree/4.5.2
|
# https://github.com/ansible/galaxy_ng/tree/4.5.2
|
||||||
|
|
||||||
|
|
@ -19,6 +19,7 @@ spec:
|
||||||
admin_password_secret: galaxy-admin-password
|
admin_password_secret: galaxy-admin-password
|
||||||
|
|
||||||
ingress_type: ingress
|
ingress_type: ingress
|
||||||
|
ingress_class_name: traefik
|
||||||
ingress_tls_secret: galaxy-secret-tls
|
ingress_tls_secret: galaxy-secret-tls
|
||||||
ingress_host: galaxy.example.com
|
ingress_host: galaxy.example.com
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue