k8s-for-docker-desktop icon indicating copy to clipboard operation
k8s-for-docker-desktop copied to clipboard

为Docker Desktop for Mac/Windows开启Kubernetes和Istio。

Results 55 k8s-for-docker-desktop issues
Sort by recently updated
recently updated
newest added

为什么这个里面没有1.22.5的版本

部分报错如下 ![屏幕截图 2021-12-12 091146](https://user-images.githubusercontent.com/10329893/145696785-872244f9-70c9-4713-a462-474dd7de3036.png) 一番搜索后按照如下教程解决 ![image](https://user-images.githubusercontent.com/10329893/145696801-7f3f17c9-ac4b-4517-bc66-2bc4abe70c56.png) 原文链接:https://blog.csdn.net/zhangbaoxiang/article/details/106559533 猜测是配置dashboard的yaml绑定权限的部分有问题

kubectl create -f sample/ingress.yaml Error from server (InternalError): error when creating "sample/ingress.yaml": Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": Post "https://ingress-nginx-controller-admission.ingress-nginx.svc:443/networking/v1/ingresses?timeout=10s": dial tcp 10.108.252.244:443: connect: connection refused

查看日志,不断报错 Error while setting up kubernetes: cannot expose the external port: listen tcp 127.0.0.1:6443: bind: An attempt was made to access a socket in a way forbidden by its access...

k8s一直卡在starting,查日志查到有如下错误: failed to lookup googlecode.l.googleusercontent.com.: name exists but no relevant records 请问如何解决,谢谢

events is forbidden: User "system:serviceaccount:kube-system:default" cannot list resource "events" in API group "" in the namespace "default"

示例中yaml: ```yaml apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: example-ingress annotations: ingress.kubernetes.io/rewrite-target: / spec: rules: - http: paths: - path: /apple pathType: Exact backend: service: name: apple-service port: number: 5678 -...

如下所示: ```bash kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-1.0.4/deploy/static/provider/cloud/deploy.yaml error: unable to read URL "https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-1.0.4/deploy/static/provider/cloud/deploy.yaml", server reported 404 Not Found, status code=404 ``` 更换地址: ```bash kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.1.0/deploy/static/provider/aws/deploy.yaml namespace/ingress-nginx created serviceaccount/ingress-nginx created...

Kubernetes v1.22.4,什么时候增加这个版本的分支啊?