cloudstack-kubernetes-provider icon indicating copy to clipboard operation
cloudstack-kubernetes-provider copied to clipboard

Apache Cloudstack Kubernetes Provider

Results 19 cloudstack-kubernetes-provider issues
Sort by recently updated
recently updated
newest added

ISSUE TYPE * Enhancement request COMPONENT NAME Component: Kubernetes/Networking CLOUDSTACK VERSION Cloudstack 4.18 SUMMARY Support static public ip address as a Load balancer IP STEPS TO REPRODUCE 1. Deploy Kubernetes...

Would be superb to support also Cluster API https://github.com/kubernetes-sigs/cluster-api OpenStack is already supported https://github.com/kubernetes-sigs/cluster-api-provider-openstack Thanks

Windows nodes support is lacking for EKS Anywhere and Cluster API, ie, other kubernetes cluster mgmt platforms. Adding Windows nodes support would be great and unique.

Currently, the ccm will automatically apply metadata to nodes with `topology.kubernetes.io/zone` and `topology.kubernetes.io/region` set to the same value. However, [this will cause compatibility issue with rook-ceph](https://github.com/rook/rook/issues/9419#issuecomment-1024660988). The gist is that...

Hello, first of all great work @davidjumani :) The loadbalancer is not detected by istio. kubect-n istio-system get svcem NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE istio-ingressgateway LoadBalancer 10.109.153.58 15021:32526/TCP,80:32428/TCP,443:30718/TCP 59m...

CloudStack can create, destroy, attach and detach persistent volumes to nodes in the form of data disks on primary storage. These can be used as persistent volumes in Kubernetes, with...

Moved from: https://github.com/swisstxt/cloudstack-cloud-controller-manager/issues/8 I tried changing from TCP to TCP-Proxy (with annotation). `service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol: enabled` Trying this ensuring the loadbalancer failed with: `"Error creating load balancer (will retry): failed to ensure...

Add unit tests to ensure the right APIs are being called with the right parameters

Moved from: https://github.com/swisstxt/cloudstack-cloud-controller-manager/issues/6 The documentation should state how to run kube-apiserver and cloudstack-simulator locally to simulate a full dry-run dev environment. Prefer containers so automated test workloads can be implemented...