diff --git a/modules/ocp4/pages/sop_fas2discourse_operator_debugging.adoc b/modules/ocp4/pages/sop_fas2discourse_operator_debugging.adoc index 612df61..1b38700 100644 --- a/modules/ocp4/pages/sop_fas2discourse_operator_debugging.adoc +++ b/modules/ocp4/pages/sop_fas2discourse_operator_debugging.adoc @@ -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:` - +* 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:` ++ 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 ` - `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 ` ++ +* 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 ` +`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 ` == Local testing or developing diff --git a/modules/sysadmin_guide/pages/index.adoc b/modules/sysadmin_guide/pages/index.adoc index b85dddf..edf8fb3 100644 --- a/modules/sysadmin_guide/pages/index.adoc +++ b/modules/sysadmin_guide/pages/index.adoc @@ -75,14 +75,12 @@ xref:developer_guide:sops.adoc[Developing Standard Operating Procedures]. * xref:anitya.adoc[Anitya Infrastructure SOP] * xref:ansible.adoc[Ansible] * xref:apps-fp-o.adoc[apps.fedoraproject.org] -* xref:arm.adoc[ARM Infrastructure] * xref:aws-access.adoc[Amazon Web Services Access] * xref:mirrormanager-S3-EC2-netblocks.adoc[Amazon Web Services Mirrors] * xref:bastion-hosts-info.adoc[Bastion Hosts] * xref:blockerbugs.adoc[Blockerbugs Infrastructure] * xref:bodhi.adoc[Bodhi Infrastructure - Releng] * xref:bodhi-deploy.adoc[Bodhi Infrastructure - Deployment] -* xref:bugzilla.adoc[Bugzilla Sync Infrastructure] * xref:bugzilla2fedmsg.adoc[bugzilla2fedmsg] * xref:collectd.adoc[Collectd] * xref:compose-tracker.adoc[Compose Tracker] @@ -98,16 +96,13 @@ xref:developer_guide:sops.adoc[Developing Standard Operating Procedures]. * xref:dns.adoc[DNS repository for fedoraproject] * xref:docs.fedoraproject.org.adoc[Docs] * xref:externally-hosted-services.adoc[Externally Hosted Services] -* xref:fas-notes.adoc[Fedora Account System] * xref:fas-openid.adoc[FAS-OpenID] * xref:fedmsg-certs.adoc[fedmsg (Fedora Messaging) Certs, Keys, and CA] * xref:fedmsg-gateway.adoc[fedmsg-gateway] * xref:fedmsg-introduction.adoc[fedmsg introduction and basics] -* xref:fedmsg-irc.adoc[fedmsg-irc] * xref:fedmsg-relay.adoc[fedmsg-relay] * xref:fedocal.adoc[Fedocal] * xref:fedora-releases.adoc[Fedora Release Infrastructure] -* xref:fmn.adoc[FedMsg Notifications (FMN)] * xref:gather-easyfix.adoc[Fedora gather easyfix] * xref:status-fedora.adoc[Fedora Status Service] * xref:gdpr_delete.adoc[GDPR Delete] @@ -130,7 +125,6 @@ xref:developer_guide:sops.adoc[Developing Standard Operating Procedures]. * xref:infra-retiremachine.adoc[Infrastructure retire machine] * xref:ipsilon.adoc[Ipsilon Infrastructure] * xref:iscsi.adoc[iSCSI] -* xref:jenkins-fedmsg.adoc[Jenkins Fedmsg] * xref:kerneltest-harness.adoc[Kerneltest-harness] * xref:kickstarts.adoc[Kickstart Infrastructure] * xref:koji-archive.adoc[Koji Archive] @@ -154,7 +148,6 @@ xref:developer_guide:sops.adoc[Developing Standard Operating Procedures]. * xref:nagios.adoc[Nagios] * xref:netapp.adoc[Netapp Infrastructure] * xref:nonhumanaccounts.adoc[Non-human Accounts Infrastructure] -* xref:nuancier.adoc[Nuancier] * xref:ocp4:sops.adoc[Openshift SOPs] * xref:odcs.adoc[On Demand Compose Service] * xref:openqa.adoc[OpenQA Infrastructure] @@ -174,16 +167,13 @@ xref:developer_guide:sops.adoc[Developing Standard Operating Procedures]. * xref:selinux.adoc[SELinux Infrastructure] * xref:koji-builder-setup.adoc[Setup Koji Builder] * xref:sigul-upgrade.adoc[Sigul servers upgrades/reboots] -* xref:simple_koji_ci.adoc[simple_koji_ci] * xref:sshaccess.adoc[SSH Access Infrastructure] * xref:sshknownhosts.adoc[SSH known hosts Infrastructure] * xref:ssl-certificates.adoc[SSL Certificates] * xref:staging.adoc[Staging] -* xref:tag2distrepo.adoc[Tag2DistRepo Infrastructure] * xref:hotness.adoc[The New Hotness] * xref:2-factor.adoc[Two factor auth] * xref:unbound.adoc[Unbound Notes] -* xref:virtio.adoc[Virtio Notes] * xref:new-virtual-hosts.adoc[Virtual Host Addition] * xref:voting.adoc[Voting Infrastructure] * xref:waiverdb.adoc[WaiverDB]