使用原生oauth-proxy镜像部署指南

原生镜像推荐使用:**registry.access.redhat.com/openshift3/oauth-proxy:v3.7.23-3**

该镜像适用于OpenShift集群的认证代理服务部署需求,镜像来源为Red Hat官方注册中心,确保安全和稳定性。

使用示例:

containers:
  - name: oauth-proxy
    image: registry.access.redhat.com/openshift3/oauth-proxy:v3.7.23-3
    ports:
      - containerPort: 8443
    args:
      - -provider=openshift
      - -https-address=:8443
      - -upstream=http://127.0.0.1:8080

注意事项:确保集群具备相应的权限策略和OAuth配置,避免因认证失败导致容器启动错误。

zip 文件大小:78.94MB