Longfei.zhang

Results 5 comments of Longfei.zhang

oh I see https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/ DaemonSet, Deployment, StatefulSet, and ReplicaSet (in the extensions/v1beta1 and apps/v1beta2 API groups) Migrate to use the apps/v1 API, available since v1.9. Existing persisted data can be...

Now changed the deployment.yaml to the following, it's working fine. ``` [root@longfei-cd-test example]# cat deployment.yaml apiVersion: apps/v1 kind: Deployment metadata: name: etcd-operator spec: selector: matchLabels: app: etcd-operator replicas: 1 template:...

Same issue here: the Copilot menu is grayed out, so I'm using the Continue plugin for now.

--certfile设为0 ,同时还要改 wss为ws(类似https http的关系) `ws://xx.xx.xx.xxx:10095`