Skip to content

Commit

Permalink
set acceleration native
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuism committed Feb 23, 2025
1 parent 4b5915c commit f8e48a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/root/templates/cilium/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
kubeProxyReplacement: true
loadBalancer:
mode: hybrid
# acceleration: native
acceleration: native
routingMode: native
ipv4NativeRoutingCIDR: 10.0.0.0/8
k8sServiceHost: 127.0.0.1
Expand Down
4 changes: 2 additions & 2 deletions scripts/cleanup
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

CONTEXT=ceph-k8s
#CONTEXT=impl-k8s
#CONTEXT=ceph-k8s
CONTEXT=impl-k8s

kubectl --context $CONTEXT get pod -A --field-selector status.phase=Failed

Expand Down

0 comments on commit f8e48a3

Please sign in to comment.