Coder Social home page Coder Social logo

Comments (3)

tpiperatgod avatar tpiperatgod commented on May 31, 2024 1

Hi, which version are you using?

For v0.4.0 or latest version, you need to use "kubectl create" instead of "kubectl apply", and uninstall before reinstalling.

from openfunction.

erdun avatar erdun commented on May 31, 2024

After use kubectl create

± % kubectl create -f https://raw.githubusercontent.com/OpenFunction/OpenFunction/main/config/bundle.yaml

namespace/openfunction created
customresourcedefinition.apiextensions.k8s.io/builders.core.openfunction.io created
customresourcedefinition.apiextensions.k8s.io/clustereventbus.events.openfunction.io created
customresourcedefinition.apiextensions.k8s.io/eventbus.events.openfunction.io created
customresourcedefinition.apiextensions.k8s.io/eventsources.events.openfunction.io created
customresourcedefinition.apiextensions.k8s.io/functions.core.openfunction.io created
customresourcedefinition.apiextensions.k8s.io/servings.core.openfunction.io created
customresourcedefinition.apiextensions.k8s.io/triggers.events.openfunction.io created
mutatingwebhookconfiguration.admissionregistration.k8s.io/openfunction-mutating-webhook-configuration created
serviceaccount/openfunction-controller-manager created
role.rbac.authorization.k8s.io/openfunction-leader-election-role created
clusterrole.rbac.authorization.k8s.io/openfunction-manager-role created
clusterrole.rbac.authorization.k8s.io/openfunction-metrics-reader created
clusterrole.rbac.authorization.k8s.io/openfunction-proxy-role created
rolebinding.rbac.authorization.k8s.io/openfunction-leader-election-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/openfunction-manager-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/openfunction-proxy-rolebinding created
configmap/openfunction-manager-config created
service/openfunction-controller-manager-metrics-service created
service/openfunction-webhook-service created
deployment.apps/openfunction-controller-manager created
unable to recognize "https://raw.githubusercontent.com/OpenFunction/OpenFunction/main/config/bundle.yaml": no matches for kind "Certificate" in version "cert-manager.io/v1"
unable to recognize "https://raw.githubusercontent.com/OpenFunction/OpenFunction/main/config/bundle.yaml": no matches for kind "Issuer" in version "cert-manager.io/v1"
unable to recognize "https://raw.githubusercontent.com/OpenFunction/OpenFunction/main/config/bundle.yaml": no matches for kind "ClusterBuildStrategy" in version "shipwright.io/v1alpha1"

from openfunction.

benjaminhuo avatar benjaminhuo commented on May 31, 2024

After use kubectl create

± % kubectl create -f https://raw.githubusercontent.com/OpenFunction/OpenFunction/main/config/bundle.yaml

namespace/openfunction created
customresourcedefinition.apiextensions.k8s.io/builders.core.openfunction.io created
customresourcedefinition.apiextensions.k8s.io/clustereventbus.events.openfunction.io created
customresourcedefinition.apiextensions.k8s.io/eventbus.events.openfunction.io created
customresourcedefinition.apiextensions.k8s.io/eventsources.events.openfunction.io created
customresourcedefinition.apiextensions.k8s.io/functions.core.openfunction.io created
customresourcedefinition.apiextensions.k8s.io/servings.core.openfunction.io created
customresourcedefinition.apiextensions.k8s.io/triggers.events.openfunction.io created
mutatingwebhookconfiguration.admissionregistration.k8s.io/openfunction-mutating-webhook-configuration created
serviceaccount/openfunction-controller-manager created
role.rbac.authorization.k8s.io/openfunction-leader-election-role created
clusterrole.rbac.authorization.k8s.io/openfunction-manager-role created
clusterrole.rbac.authorization.k8s.io/openfunction-metrics-reader created
clusterrole.rbac.authorization.k8s.io/openfunction-proxy-role created
rolebinding.rbac.authorization.k8s.io/openfunction-leader-election-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/openfunction-manager-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/openfunction-proxy-rolebinding created
configmap/openfunction-manager-config created
service/openfunction-controller-manager-metrics-service created
service/openfunction-webhook-service created
deployment.apps/openfunction-controller-manager created
unable to recognize "https://raw.githubusercontent.com/OpenFunction/OpenFunction/main/config/bundle.yaml": no matches for kind "Certificate" in version "cert-manager.io/v1"
unable to recognize "https://raw.githubusercontent.com/OpenFunction/OpenFunction/main/config/bundle.yaml": no matches for kind "Issuer" in version "cert-manager.io/v1"
unable to recognize "https://raw.githubusercontent.com/OpenFunction/OpenFunction/main/config/bundle.yaml": no matches for kind "ClusterBuildStrategy" in version "shipwright.io/v1alpha1"

delete the old one first
kubectl delete -f https://raw.githubusercontent.com/OpenFunction/OpenFunction/release-0.4/config/bundle.yaml
and then
kubectl create -f https://github.com/OpenFunction/OpenFunction/releases/download/v0.4.0/bundle.yaml

The point is to use the latest v0.4.0

from openfunction.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.