bin.pan
bin.pan
**What type of PR is this?** /kind feature Support ssh proxy to login node and pod in k8s cluster. Cloudtty introduce a new crd CloudProxy. CloudProxy save a kubeconfig info...
### What happened? 在创建应用前,查看节点的 kcnr,resourceAllocatable 和 resourceCapacity 中的 cpu和memory 相等,部署应用后,resourceAllocatable 和 resourceCapacity中的数值都减少了,但是Allocatable和 Capacity 还是相等。个人理解 Capacity 应该是保持不变的,减少的应该是 Allocatable? 创建应用前, 节点的 kcnr 信息: ```yaml Status: Resources: Allocatable: resource.katalyst.kubewharf.io/reclaimed_memory: 60696174Ki resource.katalyst.kubewharf.io/reclaimed_millicpu: 48k Capacity:...
### What happened? 我按照 [动态超分](https://gokatalyst.io/docs/user-guide/resource-overcommitment/dynamic-overcommitment/)的文档体验了下动态超分功能,但是在创建 testpod1 增加 cpu的消耗后,cpu的超分比 cpu_overcommit_ratio 不降反升。 没有pod运行时,查看 g-master2 的kcnr: ```shell [root@g-master1 katalyst]# kubectl describe kcnr g-master2 Name: g-master2 Namespace: Labels: Annotations: katalyst.kubewharf.io/cpu_overcommit_ratio: 1.74 katalyst.kubewharf.io/guaranteed_cpus: 0 katalyst.kubewharf.io/memory_overcommit_ratio:...
### What happened? I created a dedicated_cores pod, but it not have an exclusive CPU. dedicated_cores_pod.yaml: ```yaml apiVersion: v1 kind: Pod metadata: annotations: "katalyst.kubewharf.io/qos_level": dedicated_cores "katalyst.kubewharf.io/memory_enhancement": '{ "numa_binding": "true", "numa_exclusive":...