Skip to content

Commit

Permalink
add instructions to install devfile registry in cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Jun 22, 2023
1 parent ab70059 commit bcc1080
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions scripts/ansible/Cluster/kubernetes-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,9 @@ to user agents beginning with `containerd` or `Go-http-client`.
The integration tests are able to detect the presence of the Load Balancer service and use the proxy if the service is present
and providing an external address.
## Devfile registry
Install a local Devvile registry in the cluster with the instructions provoded at https://devfile.io/docs/2.1.0/deploying-a-devfile-registry
and the configuration in /scripts/devfile-registry/ci-values.yaml. You will need to modify the field `global.ingress.domain` in the configuration file.
2 changes: 1 addition & 1 deletion scripts/devfile-registry/ci-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
global:
ingress:
class: 'public-iks-k8s-nginx'
domain: 'odo-test-kubernetes-clust-49529fc6e6a4a9fe7ebba9a3db5b55c4-0000.eu-de.containers.appdomain.cloud'
domain: 'odo-test-kubernete-449701-49529fc6e6a4a9fe7ebba9a3db5b55c4-0000.eu-de.containers.appdomain.cloud'
secretName: ''
isOpenShift: false
tlsEnabled: false
Expand Down

0 comments on commit bcc1080

Please sign in to comment.