feat: bump pulp operator version to 1.0.0-alpha.7

This commit is contained in:
kurokobo 2023-06-24 22:24:03 +09:00
parent 011763fdbf
commit 8c5cadf479
2 changed files with 5 additions and 5 deletions

View file

@ -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.6](https://github.com/pulp/pulp-operator/tree/1.0.0-alpha.6).
This project is in alpha stage and under active development. In this guide, we use [Pulp Operator 1.0.0-alpha.7](https://github.com/pulp/pulp-operator/tree/1.0.0-alpha.7).
### 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.6
git checkout 1.0.0-alpha.7
```
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:324 Operator tasks synced
2006-01-02T15:04:05Z INFO repo_manager/controller.go:339 Operator tasks synced
```
Required objects has been deployed next to Pulp Operator in `galaxy` namespace.

View file

@ -4,8 +4,8 @@ metadata:
name: galaxy
spec:
# These parameters are designed for use with:
# - Pulp Operator: 1.0.0-alpha.6
# https://github.com/pulp/pulp-operator/blob/1.0.0-alpha.6/README.md
# - Pulp Operator: 1.0.0-alpha.7
# https://github.com/pulp/pulp-operator/blob/1.0.0-alpha.7/README.md
# - Galaxy NG: 4.7.1
# https://github.com/ansible/galaxy_ng/tree/4.7.1