linruichao 👍 部署完成以后的验证方法以及 kube-ovn 简单的 demo 是否可以完善一下呢

    linruichao 安装和基本验证与使用的步骤我看已经非常好了~ 开头部分我来润色一下吧

      18 天 后
      1 个月 后
      5 天 后

      370569218 kubekey的版本是多少,是不是kubekey版本不对呢? not support kubeovn 似乎是说不支持kubeovn网络插件,这一步骤还没涉及到kubeovn的安装

        8 个月 后

        3.1.1 3.2.0 部署失败

        错误信息如下

        [k8smaster1 10.4.1.51] MSG:

        3

        ERRO[23:52:07 EST] Failed to deploy network plugin: Failed to exec command: sudo -E /bin/sh -c “/usr/local/bin/kubectl apply -f /etc/kubernetes/network-plugin.yaml”

        customresourcedefinition.apiextensions.k8s.io/ips.kubeovn.io unchanged

        customresourcedefinition.apiextensions.k8s.io/subnets.kubeovn.io unchanged

        customresourcedefinition.apiextensions.k8s.io/vlans.kubeovn.io unchanged

        podsecuritypolicy.policy/kube-ovn unchanged

        configmap/ovn-config unchanged

        serviceaccount/ovn unchanged

        clusterrole.rbac.authorization.k8s.io/system:ovn unchanged

        clusterrolebinding.rbac.authorization.k8s.io/ovn unchanged

        service/ovn-nb unchanged

        service/ovn-sb unchanged

        error: error parsing /etc/kubernetes/network-plugin.yaml: error converting YAML to JSON: yaml: line 53: could not find expected ‘:’: Process exited with status 1 node=10.4.1.51

        yamllint /etc/kubernetes/network-plugin.yaml

        /etc/kubernetes/network-plugin.yaml

        13:7 error wrong indentation: expected 8 but found 6 (indentation)

        82:7 error wrong indentation: expected 8 but found 6 (indentation)

        207:7 error wrong indentation: expected 8 but found 6 (indentation)

        275:15 error too many spaces after colon (colons)

        399:7 error wrong indentation: expected 8 but found 6 (indentation)

        425:1 error syntax error: could not find expected ‘:’ (syntax)

        868:81 error line too long (101 > 80 characters) (line-length)

          3 年 后