mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
feat: bump pulp operator version to 0.11.1
This commit is contained in:
parent
ea0ea8cbfa
commit
5851faecf1
2 changed files with 4 additions and 4 deletions
|
|
@ -180,7 +180,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 still under active development and there is no support, however, at least the code to create a new instance seems to be implemented. In this procedure, we use [Pulp Operator 0.11.0](https://github.com/pulp/pulp-operator/tree/0.11.0)
|
This project is still under active development and there is no support, however, at least the code to create a new instance seems to be implemented. In this procedure, we use [Pulp Operator 0.11.1](https://github.com/pulp/pulp-operator/tree/0.11.1)
|
||||||
|
|
||||||
### Patch K3s
|
### Patch K3s
|
||||||
|
|
||||||
|
|
@ -218,7 +218,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 0.11.0
|
git checkout 0.11.1
|
||||||
```
|
```
|
||||||
|
|
||||||
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`.
|
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`.
|
||||||
|
|
|
||||||
|
|
@ -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: 0.11.0
|
# - Pulp Operator: 0.11.1
|
||||||
# https://github.com/pulp/pulp-operator/blob/0.11.0/README.md
|
# https://github.com/pulp/pulp-operator/blob/0.11.1/README.md
|
||||||
# - Galaxy NG: 4.5.0
|
# - Galaxy NG: 4.5.0
|
||||||
# https://github.com/ansible/galaxy_ng/tree/4.5.0
|
# https://github.com/ansible/galaxy_ng/tree/4.5.0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue