Fix errors during build
* Removing deleted SOP links * Fixing syntax in sop_fas2discourse_operator_debugging.adoc * Leaving the error that is pointing to fedora-docs as those are available upstream, just not when building the page locally Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
bf70a442fc
commit
a5a2fbe128
2 changed files with 34 additions and 38 deletions
|
@ -41,36 +41,42 @@ The results of each call in the workflow is outputted in the log. If any task fa
|
|||
== Contributors
|
||||
Simple guide to troubleshooting in codeready containers.
|
||||
|
||||
# Make the change
|
||||
# Tag and create new image and push to registry
|
||||
Open Makefile and bump up the version
|
||||
`make`
|
||||
`podman push quay.io/fedora/fas2discourse-operator:<VERSION>`
|
||||
|
||||
* Make the change
|
||||
* Tag and create new image and push to registry
|
||||
+
|
||||
Open Makefile and bump up the version
|
||||
`make`
|
||||
`podman push quay.io/fedora/fas2discourse-operator:<VERSION>`
|
||||
+
|
||||
In case you don't have the permissions to push to the repositories in the fedora namespace,
|
||||
push to your own namespace in quay.io and pull the image into crc from there.
|
||||
|
||||
# Start crc and login
|
||||
`crc start`
|
||||
`oc login -u kubeadmin https://api.crc.testing:6443`
|
||||
|
||||
# Deploy controller to the k8s cluster
|
||||
`make deploy`
|
||||
|
||||
# Remove the deployment and deploy again
|
||||
`oc get deployments`
|
||||
`oc delete <deployment NAME>`
|
||||
`make deploy`
|
||||
|
||||
# Check if in correct project
|
||||
`oc project fas2discourse-operator`
|
||||
|
||||
# Apply Fas2DiscourseConfig custom resource
|
||||
`oc apply -f config/samples/_v1alpha1_fas2discourseconfig.yaml`
|
||||
|
||||
# Check t/he logs:
|
||||
`oc get pods`
|
||||
`oc logs -f <pod NAME>`
|
||||
+
|
||||
* Start crc and login
|
||||
+
|
||||
`crc start`
|
||||
`oc login -u kubeadmin https://api.crc.testing:6443`
|
||||
+
|
||||
* Deploy controller to the k8s cluster
|
||||
`make deploy`
|
||||
+
|
||||
* Remove the deployment and deploy again
|
||||
+
|
||||
`oc get deployments`
|
||||
`oc delete <deployment NAME>`
|
||||
`make deploy`
|
||||
+
|
||||
* Check if in correct project
|
||||
+
|
||||
`oc project fas2discourse-operator`
|
||||
+
|
||||
* Apply Fas2DiscourseConfig custom resource
|
||||
+
|
||||
`oc apply -f config/samples/_v1alpha1_fas2discourseconfig.yaml`
|
||||
+
|
||||
* Check t/he logs:
|
||||
+
|
||||
`oc get pods`
|
||||
`oc logs -f <pod NAME>`
|
||||
|
||||
|
||||
== Local testing or developing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue