问题标签 [okd]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
openshift - OKD 3.10 - 在 iptables 中激活完全随机端口分配
是否可以在 CentOS 7 中启用完全随机端口分配?
看起来--random-fully
在 iptables 1.6.1 和 1.4.21 中都可以使用 OKD 安装。
有没有人试过这个,成功了吗?
openshift - 如何降级或卸载 Openshift 客户端
所以目前我安装了 3.9.14 版的 Openshift 客户端,我需要降级到 3.9.0 版,但我不知道如何从我的系统中获取 3.9.14。
openshift - 升级后的多个指标项目
我刚刚将 OKD 升级到 3.11 版,我对指标/监控项目的数量有点困惑:
- openshift-infra
- openshift-metrics
- openshift-metrics-服务器
- openshift监控
Openshift-infra 是具有 hawkular 和 cassandra 的旧版本,它提供项目中的指标(每个 pod 的资源使用情况等)。Openshift-monitoring 是 Cluster Console 用于警报的新功能。但是,openhift-metrics 和 openshift-metrics-server 项目是做什么用的?
amazon-web-services - Openshift route whitelist gives 502 bad gateway
We have an okd 3.11 cluster running on AWS. When creating a route with the ip_whitelist annotation, i get '502 bad gateway'. Same YAML definition works fine on our old on prem cluster with openshift 3.6
Any hints for me?
ansible - 向 GlusterFS 添加新的 OpenShift 节点
我有一个安装了 GlusterFS 存储的 OpenShift Origin 3.11 集群。这是一个单一的主设置,我的初始库存如下所示:
我通过将库存修改为:
并运行:
哪个运行成功。现在,要将这个新节点添加为 GlusterFS 卷,我将此节点添加到glusterfs
组中,
并运行相应的剧本,
但这失败了
步。我错过了运行任何其他剧本吗?
openshift-origin - 无法启动示例构建
我通过 openshift ansible playbook 在单个主多个节点中安装了 okd 3.11。当我尝试 nginx 快速启动时。当我询问 pod 的事件时,我收到以下错误。
警告 FailedCreatePodSandBox 23m kubelet,创建 pod 沙箱失败:rpc 错误:代码 = Unknown desc = [无法设置沙箱容器“3d57f7bf012f8737e202ac2db7291b58a3d5fde376ff431395584c165928d475”网络为 pod“nginx-example-1-build”:NetworkPnginx 失败设置-example-1-build_geoffrey-samper" 网络:获取 ClusterInformation 时出错:获取 https://10.43.0.1:443/apis/crd.projectcalico.org/v1/clusterinformations/default:拨打 tcp 10.43.0.1:443:i/ o 超时,无法清理 pod“nginx-example-1-build”的沙盒容器“3d57f7bf012f8737e202ac2db7291b58a3d5fde376ff431395584c165928d475”网络:NetworkPlugin cni 无法拆除 pod“nginx-example-1-build_geoffrey-samper”网络:获取 ClusterInformation 时出错: ://10.43.0。1:443/apis/crd.projectcalico.org/v1/clusterinformations/default: 拨号 tcp 10.43.0.1:443: i/o timeout
当我运行oc status
但我找不到任何 10.* ip 范围的 pod
在服务器 https://p04:8443 上的项目默认值
https://docker-registry-default (passthrough) (svc/docker-registry) dc/docker-registry 部署 docker.io/openshift/origin-docker-registry:v3.11 部署 #1 大约一小时前部署 - 1荚
svc/kubernetes - xxx 端口 443->8443、53->8053、53->8053
https://registry-console-default (passthrough) (svc/registry-console) dc/registry-console 部署 docker.io/cockpit/kubernetes:latest deployment #1 大约一小时前部署 - 1 个 pod
svc/router - xxx 端口 80、443、1936 dc/router 部署 docker.io/openshift/origin-haproxy-router:v3.11 部署 #1 大约一小时前部署 - 1 个 pod
有谁知道如何解决这个问题或从哪里开始。
kubernetes - OpenShift / OKD 为每个 Pod Replica 指定 URL
我是 Open shift / OKD 的新手。我在开放班次上运行 Strimzi。
我已经部署了一个包含 Rest API 的应用程序。此应用程序具有 Rest Api,并且可以从 Rest Api 控制生产者和消费者。我已将我的应用程序的 POD 复制到 3。
为了更好地控制,我们希望亲自对每个 pod 副本进行触发查询。前任。我的应用程序的 pod-replica1kafka-testing
启动 producer.pod-replica2 我的应用程序kafka-testing
启动消费者,依此类推。
我们如何单独访问每个 pod-replica 来执行测试?我们不能使用相同的源创建多个应用程序。
如果有不清楚的地方,请告诉我。
多谢
openshift - 可用Openshift 当前(3.11)开源APM解决方案
似乎不再积极维护 Hawkular APM ( https://www.hawkular.org/hawkular-apm/ )。
我们目前有哪些可用于 Openshift Container Platform 的开源 APM 解决方案?
您能否详细说明它们提供的功能(应用程序指标 -CPU、内存...-、应用程序支持 -polyglot、基于容器...-、分布式跟踪等)。
openshift - Multiple wildcard DNS values in an OpenShift cluster
The OpenShift installation manual details the use of a wildcard DNS that will be appended to the route URLs. It is setup in the Ansible hosts file, e.g:
I have been working in several clients where, while there is only one OCP cluster, they have different subdomains, depending on the environment (OCP Projects). For instance:
1) How can I configure multiple subdomains in a cluster (associated to OCP projects)?
2) Is that a good practice? I sounds like a good way to distinguish environments directly in the URL.