EduardoQian
EduardoQian
需要使用支持国密的浏览器,目前可以用360企业安全浏览器,在证书管理平台导入CA
> Hi, thanks for your issue. There is an issue with eslint resolving exports in package.json. This causes an issue with the @gitbeaker/rest package. [jdalrymple/gitbeaker#3230](https://github.com/jdalrymple/gitbeaker/issues/3230) > > I managed to...
Hi, I am the guy who supports the AWS kubeconfig auth method. Recently, I checked other projects which are trying to connect to multiple clusters. Some of them are using...
@elliotxx There is a Kubernetes workload AI controller system called KubeDoor. I believe they are using an agent to accomplish that. Also, as far as I know, Karmada also uses...
@fanfan-yu Thank you! I didn't notice that feature. I will read through the code and discuss it later.
I think this issue is same as my issue https://github.com/KusionStack/karpor/issues/520 , you can see the server ends with eks.amazonaws.com @ruquanzhao @elliotxx
@danielstankw ```yaml apiVersion: v1 clusters: - cluster: certificate-authority-data: LS0tXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX server: XXXXXXXXXXXXXXX.eks.amazonaws.com name: XXXX-eks22 - cluster: certificate-authority-data: LS0tXXXXXXXXXXXXXXXXXXXXXXXXX server: https://kubernetes.docker.internal:6443 name: docker-desktop contexts: - context: cluster: XXXX-eks22 user: XXXX-eks22 name: XXXX-eks22...
> [@CirillaQL](https://github.com/CirillaQL) I remember you was working on a fix for it and it was merged. Can you help please? Sorry, I have left my previous company, and I currently...