mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
Merge pull request #218 from kurokobo/pulp-alpha6
feat: bump pulp operator version to 1.0.0-alpha.6
This commit is contained in:
commit
122a0136a0
2 changed files with 5 additions and 5 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)
|
||||
|
||||
This project is in alpha stage and under active development. In this guide, we use [Pulp Operator 1.0.0-alpha.5](https://github.com/pulp/pulp-operator/tree/1.0.0-alpha.5).
|
||||
This project is in alpha stage and under active development. In this guide, we use [Pulp Operator 1.0.0-alpha.6](https://github.com/pulp/pulp-operator/tree/1.0.0-alpha.6).
|
||||
|
||||
### Install Pulp Operator
|
||||
|
||||
|
|
@ -199,7 +199,7 @@ Install specified version of Pulp Operator.
|
|||
cd ~
|
||||
git clone https://github.com/pulp/pulp-operator.git
|
||||
cd pulp-operator
|
||||
git checkout 1.0.0-alpha.5
|
||||
git checkout 1.0.0-alpha.6
|
||||
```
|
||||
|
||||
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.
|
||||
|
|
@ -309,7 +309,7 @@ When the deployment completes successfully, the logs end with:
|
|||
$ kubectl -n galaxy logs -f deployments/pulp-operator-controller-manager
|
||||
...
|
||||
2006-01-02T15:04:05Z INFO repo_manager/status.go:146 galaxy operator finished execution ...
|
||||
2006-01-02T15:04:05Z INFO repo_manager/controller.go:320 Operator tasks synced
|
||||
2006-01-02T15:04:05Z INFO repo_manager/controller.go:324 Operator tasks synced
|
||||
```
|
||||
|
||||
Required objects has been deployed next to Pulp Operator in `galaxy` namespace.
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ metadata:
|
|||
name: galaxy
|
||||
spec:
|
||||
# These parameters are designed for use with:
|
||||
# - Pulp Operator: 1.0.0-alpha.5
|
||||
# https://github.com/pulp/pulp-operator/blob/1.0.0-alpha.5/README.md
|
||||
# - Pulp Operator: 1.0.0-alpha.6
|
||||
# https://github.com/pulp/pulp-operator/blob/1.0.0-alpha.6/README.md
|
||||
# - Galaxy NG: 4.6.3
|
||||
# https://github.com/ansible/galaxy_ng/tree/4.6.3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue