zoukankan      html  css  js  c++  java
  • 安装vela报错

    参考 

    https://blog.csdn.net/u011933777/article/details/102722700

    https://www.cnblogs.com/centos-python/articles/10921991.html

    [root@k8s-master ~]# kubectl describe pod -n vela-system kubevela-vela-core-554cd6c8ff-8xrtg
    Name: kubevela-vela-core-554cd6c8ff-8xrtg
    Namespace: vela-system
    Priority: 0
    Node: k8s-node02/192.168.10.78
    Start Time: Mon, 28 Dec 2020 22:18:29 +0800
    Labels: app.kubernetes.io/instance=kubevela
    app.kubernetes.io/name=vela-core
    pod-template-hash=554cd6c8ff
    Annotations: <none>
    Status: Pending
    IP:
    IPs: <none>
    Controlled By: ReplicaSet/kubevela-vela-core-554cd6c8ff
    Containers:
    kubevela:
    Container ID:
    Image: oamdev/vela-core:v0.2.1
    Image ID:
    Ports: 9443/TCP, 9440/TCP
    Host Ports: 0/TCP, 0/TCP
    Args:
    --metrics-addr=:8080
    --enable-leader-election
    --use-webhook=true
    --webhook-port=9443
    --webhook-cert-dir=/etc/k8s-webhook-certs
    --health-addr=:9440
    State: Waiting
    Reason: ContainerCreating
    Ready: False
    Restart Count: 0
    Limits:
    cpu: 500m
    memory: 1Gi
    Requests:
    cpu: 50m
    memory: 20Mi
    Liveness: http-get http://:healthz/healthz delay=90s timeout=1s period=5s #success=1 #failure=3
    Readiness: http-get http://:healthz/readyz delay=90s timeout=1s period=5s #success=1 #failure=3
    Environment: <none>
    Mounts:
    /etc/k8s-webhook-certs from tls-cert-vol (ro)
    /var/run/secrets/kubernetes.io/serviceaccount from kubevela-vela-core-token-qzxsq (ro)
    Conditions:
    Type Status
    Initialized True
    Ready False
    ContainersReady False
    PodScheduled True
    Volumes:
    tls-cert-vol:
    Type: Secret (a volume populated by a Secret)
    SecretName: webhook-server-cert
    Optional: false
    kubevela-vela-core-token-qzxsq:
    Type: Secret (a volume populated by a Secret)
    SecretName: kubevela-vela-core-token-qzxsq
    Optional: false
    QoS Class: Burstable
    Node-Selectors: <none>
    Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s
    node.kubernetes.io/unreachable:NoExecute for 300s
    Events:
    Type Reason Age From Message
    ---- ------ ---- ---- -------
    Normal Scheduled 45s default-scheduler Successfully assigned vela-system/kubevela-vela-core-554cd6c8ff-8xrtg to k8s-node02
    Warning FailedMount 14s (x7 over 45s) kubelet, k8s-node02 MountVolume.SetUp failed for volume "tls-cert-vol" : secret "webhook-server-cert" not found

  • 相关阅读:
    0x80070522:客户端没有所需的特权的解决方法(win7,win10通过)
    asp类型转换函数汇总 转贴
    web开发中 代码解决部分IE兼容问题
    关于系统弹出错误:429 , ActiveX 部件不能创建对象 的解决方法
    关于奥威亚自动录播系统的设置使用小笔记
    网络克隆--机房利器(acer自带还原)
    raid的一些简单知识
    sharepoint 2013 sp1 patch安装后的手工运行
    Sharepoint 2013 多服务器域的目录服务器和搜索服务的配置
    加速安装 Sharepoint 2013 SP1
  • 原文地址:https://www.cnblogs.com/hailun1987/p/14204039.html
Copyright © 2011-2022 走看看