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
it turned out to be caused by the invalid content of the caBundle field:
apiVersion: apiextensions.k8s.io/v1kind: CustomResourceDefinitionmetadata:
name: functionmeshes.compute.functionmesh.iospec:
conversion:
strategy: Webhookwebhook:
conversionReviewVersions:
- v1
- v1beta1clientConfig:
# this is "\n" used as a placeholder, otherwise it will be rejected by the apiserver for being blank,# but we're going to set it later using the cert-manager (or potentially a patch if not using cert-manager)caBundle: Cg==service:
namespace: systemname: webhook-servicepath: /convertport: 443# added this, used 443 bc it's the default from the k8s docs
And seems we don't use these webhook patches in the charts/function-mesh-operator/ directory, maybe we can remove them?
Reproduce:
use
kind
install k8s >= 1.22Run function-mesh:
expected results:
function-mesh run successfully
Actual results:
run is failed with below error:
found a similar issue in: kubernetes-sigs/hierarchical-namespaces#86
The text was updated successfully, but these errors were encountered: