You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our calico installation use etcd as datastore.
we want an api client for interacting with calico different resources such as : GlobalNetworkSets,NetworkPolicies, etc...
Your Environment
calico version:v3.3.6
Operating System and version: Centos 7.9
The text was updated successfully, but these errors were encountered:
Expected Behavior
Load ETCD config for client
Current Behavior
Currently the client can be configured with kubeconfig , If your calico installation uses kubernetes as datastore it will work.
Possible Solution
Create an option to load config for ETCD like :
https://github.com/projectcalico/libcalico-go/blob/master/lib/apiconfig/apiconfig.go#L51
Context
Our calico installation use etcd as datastore.
we want an api client for interacting with calico different resources such as : GlobalNetworkSets,NetworkPolicies, etc...
Your Environment
The text was updated successfully, but these errors were encountered: