kube-system
, local-path-storage
, istio-system
, linkerd
, kube-node-lease
Add additional namespaces to ignore with cli:
istio-proxy
containerd.sock
). However, in certain environments—such as Rancher—the socket may not be located in a default path.
To address this, Odigos provides a configuration option to mount a custom container runtime socket path into the Odiglet. This path can be specified either during installation or afterwards.
--openshift
flag:--openshift
flag will pull Odigos component images
from registry.connect.redhat.com/odigos
. These images are based on
Red Hat’s Universal Base Image
9 and denoted with
the -ubi9
suffix. These images are also hosted on the Odigos
DockerHub registry, which you can deploy by setting --openshift
with
--image-prefix docker.io/keyval
.
odigos ui
command or create a Route
that exposes the ui
service on your
cluster’s external address. For example:
oc get routes ui -n odigos-system
.
Note: If you’re deploying Odigos on OpenShift, you may need to set the route’s TLS termination to Edge to load it in your browser.
you will need to modify the YAML of the oc route with spec.tls.termination: edge
Check the OpenShift documentation or run oc expose -h
for more
information on configuring OpenShift routes according to your
cluster’s requirements.