Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/sandbox-bundled/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ VOLUME /var/lib/flyte/storage
ENV SSL_CERT_DIR /var/lib/flyte/config/ca-certificates

ENTRYPOINT [ "/bin/k3d-entrypoint.sh" ]
CMD [ "server", "--disable=traefik", "--disable=servicelb" ]
CMD [ "server", "--disable=traefik", "--disable=servicelb", "--egress-selector-mode=disabled", "-kube-apiserver-arg=enable-aggregator-routing=false" ]
2 changes: 1 addition & 1 deletion flyte-single-binary-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ webhook:
certDir: $HOME/.flyte/webhook-certs
localCert: true
secretName: flyte-sandbox-webhook-secret
serviceName: flyte-sandbox-local
serviceName: flyte-pod-webhook
servicePort: 9443

tasks:
Expand Down
Loading