이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 5. Installing the Network Observer controller to enable console using YAML
Prerequisites
-
cluster-adminaccess to a cluster. - For clusters other than OpenShift, you must use the Red Hat Service Interconnect Network Observer Operator.
Procedure
- Download YAML files, choose the latest Version for 2.2 at Software Downloads and download the Skupper deployments (yamls).
Create a site, for example:
$ skupper site create westApply the Network Observer controller YAML:
$ kubectl apply -f skupper-network-observer-openshift-2.2.1-rh.yamlNavigate to the console.
For Kubernetes distributions other than OpenShift, expose the
skupper-network-observerservice. Askupperuser is created and you can get the password using:$ kubectl --namespace <site-namespace> \ get secret skupper-network-observer-auth \ -o jsonpath='{.data.htpasswd}' | base64 -d | sed 's/\(.*\):{PLAIN}\(.*\)/\1 \2\n/'