Questions tagged [calicoctl]

6 questions
1
vote
1 answer

Create HostEndpoint resouce using calico operator

Is it possible to create resource: apiVersion: projectcalico.org/v3 kind: HostEndpoint using calico operator? I want to get rid of calicoctl.
Jonas
  • 4,683
  • 4
  • 45
  • 81
0
votes
1 answer

Install calico GlobalNetworkPolicy via helm chart

I am trying to install a calico GlobalNetworkPolicy that will be applicable to all the pods in the cluster regardless of namespace , and to apply GlobalNetworkPolicy as per docs here - Calico network policies and Calico global network policies are…
0
votes
0 answers

Kubernetes calico use another network interface of the host

The worker nodes in my setup have additional NIC to the default Ethernet interface(s). I would like to use the other interfaces for the network connectivity between the pods using Calico. Ofcourse there are other ways (using multus etc.) to add…
Nav89
  • 53
  • 1
  • 7
0
votes
1 answer

Deleting Iptables -S of calico

I am trying to delete all calico related Iptables using calico-script . After running this script most of the calico iptables is removed except these: root@Ubuntu-18-VM:~# iptables -S | grep -oP '(?
solveit
  • 869
  • 2
  • 12
  • 32
0
votes
2 answers

How to delete calicoctl and iptables (created by calico installation) from my k3s

I have a K3s setup with calico pods [calico-node- & calico-kube-controllers-] running. On uninstalling K3s, calico pods get deleted but I see that calicoctl and iptables -S commands still running and shows data. I want to delete calico (including…
solveit
  • 869
  • 2
  • 12
  • 32
0
votes
2 answers

Running calicoctl on Windows results in error: Failed to create Calico API client: invalid configuration: no configuration has been provided

I'm using k3d with calico, and trying to use calicoctl to set a network policy. I am able to get this working on Ubuntu, but on Windows it doesn't. To set it up I did the following: # Download Calico YAML # DOWNLOAD:…
Don Rhummy
  • 24,730
  • 42
  • 175
  • 330