Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there anyway to disable kube-proxy during the install? #56

Open
liyihuang opened this issue Aug 15, 2024 · 0 comments
Open

Is there anyway to disable kube-proxy during the install? #56

liyihuang opened this issue Aug 15, 2024 · 0 comments

Comments

@liyihuang
Copy link

I'm using this tool to automate my OCP install on KVM with cilium. it works great but it looks like I can't disable the kube proxy during the install. Is it true? Is this limited by aicli or assisted installer?

I will use this feature https://cilium.io/use-cases/kube-proxy/ so kube-proxy is optional to me

apiVersion: operator.openshift.io/v1
kind: Network
metadata:
  creationTimestamp: null
  name: cluster
spec:
  deployKubeProxy: false
  clusterNetwork:
  - cidr: 10.253.0.0/16
    hostPrefix: 24
  externalIP:
    policy: {}
  networkType: Cilium
  serviceNetwork:
  - 172.31.0.0/16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant