检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
负载类型的介绍请参见工作负载概述。 负载名称:填写工作负载的名称。请输入1到63个字符的字符串,可以包含小写英文字母、数字和中划线(-),并以小写英文字母开头,小写英文字母或数字结尾。 命名空间:选择工作负载的命名空间,默认为default。您可以单击后面的“创建命名空间”,命名空间的详细介绍请参见创建命名空间。
建守护进程集(DaemonSet)部署工作负载。 为上述工作负载配置ClusterIP类型或NodePort类型的Service,可参考集群内访问(ClusterIP)或节点访问(NodePort)配置示例Service。 添加Nginx Ingress 请参见通过kubectl连接集群,使用kubectl连接集群。
据格式转换成K8s API接口能识别的格式。 custom-metrics-apiserver:将自定义指标聚合到原生的kubernetes apiserver。 prometheus-node-exporter:每个节点上均有部署,收集Node级别的监控数据。 grafana:可视化浏览普罗监控数据。
AddNodeRequest request = new AddNodeRequest(); request.withClusterId("{cluster_id}"); AddNodeList body = new AddNodeList();
request.withNodepoolId("{nodepool_id}"); AddNodesToNodePoolList body = new AddNodesToNodePoolList(); List<AddNodesToNodePool> listbodyNodeList
从节点中逐出;如果尚未在节点上运行,则不会将其安排到节点上。 使用 kubectl taint node nodename 命令可以给节点增加污点,如下所示。 $ kubectl get node NAME STATUS ROLES AGE VERSION
了一个Pod,并且这个Pod是在192.168.0.212这个节点上。 $ kubectl label node 192.168.0.212 daemon=need node/192.168.0.212 labeled $ kubectl get ds NAME
vpc-router nodelocalvolume 支持预选过滤不符合local volume需求的节点。 - - plugins: - name: 'nodelocalvolume' - name: 'nodeemptydirvolume' - name: 'nodeCSIscheduling'
MigrateNodesTask body = new MigrateNodesTask(); List<NodeItem> listSpecNodes = new ArrayList<>(); listSpecNodes.add(
kubelet_runtime_operations_errors_total Counter 不同操作的累计操作失败的数量 kubelet_node_config_error Gauge 如果节点遇到与配置相关的错误,则此指标为true(1),否则为false(0) volume_m
API类型,固定值“List”。 nodeList 是 Array of MigrateNodesToNodePool objects 迁移节点列表,当前最多支持同迁移50个节点。 表4 MigrateNodesToNodePool 参数 是否必选 参数类型 描述 nodeID 是 String
节点访问(NodePort) 节点访问 ( NodePort )是指在每个节点的IP上开放一个静态端口,通过静态端口对外暴露服务。节点访问 ( NodePort )会路由到ClusterIP服务,这个ClusterIP服务会自动创建。通过请求<NodeIP>:<NodePort>
更多说明 Node 节点重启 Rebooted 重要 检查节点是否重启。 Node 节点不可调度 NodeNotSchedulable 重要 检查节点是否可调度。 Node 节点状态异常 NodeNotReady 重要 检查节点状态是否异常。 Node 节点创建失败 NodeCreateFailed
共用磁盘空间,此类场景建议仅配置nodefs驱逐信号门限或imagefs与nodefs门限配置一致。 nodefs.available Kubelet 使用的文件系统的可用容量的百分比 默认10% 取值范围为1%~99% nodefs.inodesFree Kubelet 使用的文件系统的可用inodes数的百分比
withNodepoolId("{nodepool_id}"); NodePoolUpdate body = new NodePoolUpdate(); NodePoolNodeAutoscaling autoscalingSpec = new NodePoolNodeAutoscaling();
Dashboard,单击左侧“Manage Jenkins”,选择“System Configuration > Manage nodes and clouds”。 单击新页面左侧的“New Node”,输入节点名称为fixed-agent(该名称可自定义),类型选择固定节点。 配置以下节点信息: Number
部可用,外部无法直接访问。ClusterIP类型的Service通常用于集群内部的通信。 NodePort:NodePort类型的Service会在集群的所有节点上打开一个静态端口(NodePort),通过这个端口可以访问Service。这个类型的Service允许外部流量通过节
NoExecute:不仅不会调度,还会驱逐Node上已有的Pod。 若需要重新设置污点时,可执行kubectl taint node [node] key:[effect]-命令去除污点。 安全驱逐节点上的工作负载。 kubectl drain [node] 其中,[node]为待转移工作负载所在节点的IP。
说明: 该组件如果存在多个Pod,只会有一个Pod暴露指标。 所有模式 Deployment nodeExporter (负载名称:node-exporter) 每个节点上均有部署,收集Node级别的监控数据。 所有模式 DaemonSet grafana (负载名称:grafana)
"nodepoolaffinity.weight": 10000, "nodepoolaffinity.label": "nodepool1=nodepool1"