Type this into Github Gist Search (https://gist.github.com/)
user:BoQsc your search query
Type this into Github Gist Search (https://gist.github.com/)
user:BoQsc your search query
Install the operator using the Manual approval strategy
cat <<EOF| oc apply -f -
apiVersion: v1
kind: Namespace
metadata:
name: amq
---
apiVersion: operators.coreos.com/v1alpha1
Openshift Day 2 guidance : | |
----------------------------------------------------------------------------------------------- | |
Configure Openshift ingress operator to use node label “infra: true” and run router pods only in infra node | |
Edit openshift-ingress config : | |
# oc edit ingresscontrollers.operator.openshift.io/default -n openshift-ingress-operator | |
In the spec: section add below comment : | |
--- | |
nodePlacement: | |
nodeSelector: | |
matchLabels: |