evicted Pod

evicted PodapiVersion:v1kind:Podmetadata:annotations:checksum/config:8476fd6406a3cc87e5471154d85fd7c50e6a629acda16989a09a5d90937bb5b0cni.projectcalico.org/podIP:192.168.1.233/32creationTimestamp:”2019-09-22T06:26:34Z”generateName:test-ap…

大家好,又见面了,我是你们的朋友全栈君。

apiVersion: v1
kind: Pod
metadata:
  annotations:
    checksum/config: 8476fd6406a3cc87e5471154d85fd7c50e6a629acda16989a09a5d90937bb5b0
    cni.projectcalico.org/podIP: 192.168.1.233/32
  creationTimestamp: "2019-09-22T06:26:34Z"
  generateName: test-myapi-ingress-myapi-ingress-controller-84484c48cb-
  labels:
    app.kubernetes.io/instance: test-myapi-ingress
    app.kubernetes.io/name: myapi-ingress-controller
    pod-template-hash: 84484c48cb
  name: test-myapi-ingress-myapi-ingress-controller-84484c48cb-8fxzh
  namespace: default
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: test-myapi-ingress-myapi-ingress-controller-84484c48cb
    uid: 4647f2fb-1b53-11ec-9510-0646080049a1
  resourceVersion: "186692899"
  selfLink: /api/v1/namespaces/default/pods/test-myapi-ingress-myapi-ingress-controller-84484c48cb-8fxzh
  uid: 08b02b3d-1b6e-11ec-9510-0646080049a1
spec:
  containers:
  - command:
    - /ingress-myapi/myapi-ingress-controller
    - ingress
    - --config-path
    - /ingress-myapi/conf/config.yaml
    env:
    - name: POD_NAMESPACE
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.namespace
    - name: POD_NAME
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.name
    image: hub.yun.ali.com.cn/test-myapi/myapi-ingress-controller:1.2.0
    imagePullPolicy: IfNotPresent
    livenessProbe:
      failureThreshold: 3
      httpGet:
        path: /healthz
        port: 8080
        scheme: HTTP
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 1
    name: myapi-ingress-controller
    ports:
    - containerPort: 8080
      name: http
      protocol: TCP
    readinessProbe:
      failureThreshold: 3
      httpGet:
        path: /healthz
        port: 8080
        scheme: HTTP
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 1
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /ingress-myapi/conf
      name: configuration
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: test-myapi-ingress-myapi-ingress-controller-token-wqm56
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  imagePullSecrets:
  - name: default
  nodeName: 192.168.17.41
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: test-myapi-ingress-myapi-ingress-controller
  serviceAccountName: test-myapi-ingress-myapi-ingress-controller
  terminationGracePeriodSeconds: 30
  tolerations:
  - effect: NoExecute
    key: node.kubernetes.io/not-ready
    operator: Exists
    tolerationSeconds: 300
  - effect: NoExecute
    key: node.kubernetes.io/unreachable
    operator: Exists
    tolerationSeconds: 300
  volumes:
  - configMap:
      defaultMode: 420
      items:
      - key: config.yaml
        path: config.yaml
      name: test-myapi-ingress-configmap
    name: configuration
  - name: test-myapi-ingress-myapi-ingress-controller-token-wqm56
    secret:
      defaultMode: 420
      secretName: test-myapi-ingress-myapi-ingress-controller-token-wqm56
status:
  message: 'The node was low on resource: ephemeral-storage. Container myapi-ingress-controller
    was using 10727084Ki, which exceeds its request of 0. '
  phase: Failed
  reason: Evicted
  startTime: "2019-09-22T06:26:35Z"

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/145241.html原文链接:https://javaforall.net

(0)
上一篇 2022年5月13日 上午7:20
下一篇 2022年5月13日 上午7:20


相关推荐

  • shell循环语句

    shell循环语句1、for循环语法:for变量in值列表/seq(2210)do命令序列done———————–for((初值;条件;步长))do命令序列done————————for变量in{…}do命令序列done示例:循环创建10个系统账户示例2:批量创建用户用户名存放在users.txt的文件,每…

    2022年7月24日
    12
  • anaconda虚拟环境安装tensorflow_开源ocr哪个好

    anaconda虚拟环境安装tensorflow_开源ocr哪个好由于我需要使用爬虫进行练习,用的是windows10,所以安装过程很是艰辛。报错1:用python的pip安装tesserocr,发生如下代码错误:经过查询tesserocr安装环境要求,需要leptonica-1.71版本以上文件;确认代码中错误,确实发现安装过程中leptonica文件无法找到。解决方法:用Anaconda安装python环境。使用Anacond…

    2022年8月29日
    4
  • Glance介绍

    Glance介绍一 Glance 服务介绍在传统 IT 环境下 安装一个系统是 要么从安装 CD 从头安装 要么用 Ghost 等克隆工具恢复 这两种方式有如下几个问题 1 如果要安装的系统多了效率就很低 2 时间长 工作量大 3 安装完成还要进行手动配置 比如安装其他的软件 设置 IP 等 4 备份和恢复系统不灵活二关于 Image1 云环境下需要更高效的解决方案 这就是 Image Image 是一个模板 里面包含了基本的操作系统和其他软

    2026年3月19日
    2
  • ACL-访问控制列表

    ACL-访问控制列表目录一.概述二.访问控制列表的调用的方向三.策略做好后,在入接口调用和出接口调用的区别四.访问控制列表的处理原则五.访问控制表类型总结一.概述作用:读取三层、四层头部信息,根据预先定义好的规则对流量进行筛选、过滤三层头部信息:源、目的IP四层头部信息:源、目的端口号二.访问控制列表的调用的方向:入:流量将要进入本地路由器,将被本地路由器处理出:流量已经被本地路由器处理,将离开本地路由器三.策略做好后,在入接口调用和出接口..

    2022年7月23日
    9
  • centos7使用nmcli设置ip地址

    centos7使用nmcli设置ip地址

    2021年5月31日
    117
  • 视频采用的压缩编码_视频压缩编码存在的冗余信息

    视频采用的压缩编码_视频压缩编码存在的冗余信息1、什么是H.261编码协议        答:H.261是最早出现的视频编码建议,它采用的算法结合了可减少时间冗余的帧间预测和可减少空间冗余的DCT变换的混合编码方法,其输出码率是p×64kbit/s。p取值较小时,只能传清晰度不太高的图像,适合于面对面的电视电话;p取值较大时(如p>6),可以传输清晰度较好的会议电视图像。该标准主要针对ISDN电话线的视频会议,可视电话等,ISDN的

    2025年6月23日
    4

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号