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

This commit is contained in:
kurokobo 2023-05-11 15:12:35 +09:00
parent 8aacaa0dc0
commit 3f63c1c64d
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) - [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 ### 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.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. 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 $ 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/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. Required objects has been deployed next to Pulp Operator in `galaxy` namespace.

View file

@ -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.5 # - Pulp Operator: 1.0.0-alpha.6
# https://github.com/pulp/pulp-operator/blob/1.0.0-alpha.5/README.md # https://github.com/pulp/pulp-operator/blob/1.0.0-alpha.6/README.md
# - Galaxy NG: 4.6.3 # - Galaxy NG: 4.6.3
# https://github.com/ansible/galaxy_ng/tree/4.6.3 # https://github.com/ansible/galaxy_ng/tree/4.6.3