ruquanzhao
ruquanzhao
> It works for me by changing line 7: `SYSTEMD_UNITS_PATH="/usr/lib/systemd/system/"` to `SYSTEMD_UNITS_PATH="/lib/systemd/system/"` Hi, what's environment you are using? @Xie-Long-0 I run this in docker container. I noticed it called `kill...
@justinsb @cheftako Can you please take a look?Thanks
/cc @aojea can you pls take a look? is that change make sense to you?
/assign I write a document of this. Hope to get comments from everybody. @neolit123 @pacoxu @wangyysde @chendave https://docs.google.com/document/d/1mf3dlFFrHVDRLOUYFy4AaRJqiCLcv9VcVS7cxrmDcSs/edit?usp=sharing
/cc
When releasing this feature, the corresponding documentation should also be updated.
**Current Status:** Karpor currently supports three types of credentials: - ServiceAccountToken - X509 - ExecConfig (primarily used for EKS integration, implemented through #564 ). **Cloud Kubernetes provider** Some cloud providers'...
**Proposal: Cloud Credential Management** Add a new GVK called `cloudcredentials` to store users' cloud credentials, and then reference these credentials in `cluster.karpor.io/v1beta1/cluster`. Below is the user workflow: **Dashboard:** 1. Create...
cc @elliotxx @fanfan-yu
> Hi. I'm interested in what the advantage of using a new `crd`. If this solution is more secure, it will bring new changes: how to storage this crds. Using...