• 安装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

  • 相关阅读:
    ORM 实现数据库表的增删改查
    数据库表设计(一对多,多对多)
    Razor模板引擎
    文件的上传(表单上传和ajax文件异步上传)
    生成验证码封装(新版)
    MD5加密
    反射的一些基本用法
    数据的增删改查(三层)<!--待补充-->
    linux文件的硬连接和软连接
    linux磁盘用满的两种情况
  • 原文地址:https://www.cnblogs.com/hailun1987/p/14204039.html
Copyright © 2020-2023  润新知