lucabro81 commented on issue #193:
URL: https://github.com/apache/openserverless/issues/193#issuecomment-3739391624

   Yes, this is the output of the `ops setup mini`
   
   ```
   > ops setup mini
   Docker version 28.5.1, build e180ab8
   Checking disk space, required: 34GB
   OPERATOR_CONFIG_HOSTPROTOCOL=http
   OPERATOR_COMPONENT_POSTGRES=true
   OPERATOR_COMPONENT_MINIO=true
   OPERATOR_CONFIG_ALERTSLACK=true
   OPERATOR_CONFIG_TLSEMAIL=none
   OPERATOR_COMPONENT_REGISTRY=true
   OPERATOR_CONFIG_APIHOST=miniops.me
   OPERATOR_CONFIG_REGISTRY=false
   OPERATOR_CONFIG_SLIM=true
   OPERATOR_CONFIG_KUBE=k3s
   OPERATOR_COMPONENT_REDIS=true
   OPERATOR_COMPONENT_PROMETHEUS=true
   OPERATOR_COMPONENT_INVOKER=false
   OPERATOR_COMPONENT_MONGODB=true
   OPERATOR_COMPONENT_AM=true
   OPERATOR_COMPONENT_QUOTA=true
   OPERATOR_CONFIG_AFFINITY=true
   OPERATOR_CONFIG_ALERTGMAIL=true
   OPERATOR_COMPONENT_CRON=true
   OPERATOR_COMPONENT_MILVUS=true
   OPERATOR_COMPONENT_ZOOKEEPER=false
   OPERATOR_CONFIG_TOLERATIONS=true
   OPERATOR_COMPONENT_ETCD=true
   OPERATOR_CONFIG_MILVUS=false
   OPERATOR_COMPONENT_TLS=false
   OPERATOR_COMPONENT_KAFKA=false
   OPERATOR_CONFIG_ETCD=false
   OPERATOR_COMPONENT_STATIC=true
   OPERATOR_CONFIG_APIHOST=miniops.me
   OPERATOR_COMPONENT_TLS=false
   OPERATOR_CONFIG_HOSTPROTOCOL=http
   Creating cluster "nuvolaris" ...
    ✓ Ensuring node image (kindest/node:v1.33.1) đŸ–ŧ
    ✓ Preparing nodes đŸ“Ļ đŸ“Ļ
    ✓ Writing configuration 📜
    ✓ Starting control-plane đŸ•šī¸
    ✓ Installing CNI 🔌
    ✓ Installing StorageClass 💾
    ✓ Joining worker nodes 🚜
    ✓ Waiting ≤ 1m0s for control-plane = Ready âŗ
    â€ĸ Ready after 10s 💚
   Set kubectl context to "kind-nuvolaris"
   You can now use your cluster with:
   
   kubectl cluster-info --context kind-nuvolaris --kubeconfig 
/home/comperio/.ops/tmp/kubeconfig
   
   Have a question, bug, or feature request? Let us know! 
https://kind.sigs.k8s.io/#community 🙂
   namespace/ingress-nginx created
   serviceaccount/ingress-nginx created
   serviceaccount/ingress-nginx-admission created
   role.rbac.authorization.k8s.io/ingress-nginx created
   role.rbac.authorization.k8s.io/ingress-nginx-admission created
   clusterrole.rbac.authorization.k8s.io/ingress-nginx created
   clusterrole.rbac.authorization.k8s.io/ingress-nginx-admission created
   rolebinding.rbac.authorization.k8s.io/ingress-nginx created
   rolebinding.rbac.authorization.k8s.io/ingress-nginx-admission created
   clusterrolebinding.rbac.authorization.k8s.io/ingress-nginx created
   clusterrolebinding.rbac.authorization.k8s.io/ingress-nginx-admission created
   configmap/ingress-nginx-controller created
   service/ingress-nginx-controller created
   service/ingress-nginx-controller-admission created
   deployment.apps/ingress-nginx-controller created
   job.batch/ingress-nginx-admission-create created
   job.batch/ingress-nginx-admission-patch created
   ingressclass.networking.k8s.io/nginx created
   
validatingwebhookconfiguration.admissionregistration.k8s.io/ingress-nginx-admission
 created
   Using current context
   CURRENT   NAME             CLUSTER          AUTHINFO         NAMESPACE
   *         kind-nuvolaris   kind-nuvolaris   kind-nuvolaris
   namespace/nuvolaris created
   configmap/config created
   serviceaccount/nuvolaris-operator created
   serviceaccount/kubegres-controller-manager created
   serviceaccount/nuvolaris-prometheus-server created
   serviceaccount/nuvolaris-prometheus-alertmanager created
   serviceaccount/nuvolaris-prometheus-kube-state-metrics created
   serviceaccount/nuvolaris-quota created
   serviceaccount/nuvolaris-wsku created
   serviceaccount/openwhisk-core created
   serviceaccount/openwhisk-invoker created
   role.rbac.authorization.k8s.io/kubegres-leader-election-role created
   clusterrole.rbac.authorization.k8s.io/kubegres-manager-role created
   clusterrole.rbac.authorization.k8s.io/kubegres-metrics-reader created
   clusterrole.rbac.authorization.k8s.io/kubegres-proxy-role created
   rolebinding.rbac.authorization.k8s.io/kubegres-leader-election-rolebinding 
created
   clusterrolebinding.rbac.authorization.k8s.io/kubegres-manager-rolebinding 
created
   clusterrolebinding.rbac.authorization.k8s.io/kubegres-proxy-rolebinding 
created
   clusterrole.rbac.authorization.k8s.io/nuvolaris-prometheus-server-cr created
   
clusterrole.rbac.authorization.k8s.io/nuvolaris-prometheus-kube-state-metrics-cr
 created
   clusterrolebinding.rbac.authorization.k8s.io/prometheus-crb created
   
clusterrolebinding.rbac.authorization.k8s.io/nuvolaris-prometheus-kube-state-metrics-crb
 created
   role.rbac.authorization.k8s.io/nuvolaris-quota-role created
   rolebinding.rbac.authorization.k8s.io/nuvolaris-quota-rb created
   role.rbac.authorization.k8s.io/nuvolaris-wsku-role created
   rolebinding.rbac.authorization.k8s.io/nuvolaris-wsku-rb created
   secret/nuvolaris-wsku-secret created
   serviceaccount/nuvolaris-openwhisk-core created
   role.rbac.authorization.k8s.io/openwhisk-core-role created
   rolebinding.rbac.authorization.k8s.io/openwhisk-controller-role-rb created
   role.rbac.authorization.k8s.io/openwhisk-invoker created
   rolebinding.rbac.authorization.k8s.io/openwhisk-invoker created
   clusterrole.rbac.authorization.k8s.io/nuvolaris-operator-cr created
   clusterrolebinding.rbac.authorization.k8s.io/nuvolaris-operator-crb created
   role.rbac.authorization.k8s.io/nuvolaris-operator-role created
   rolebinding.rbac.authorization.k8s.io/nuvolaris-operator-rb created
   
customresourcedefinition.apiextensions.k8s.io/kubegres.kubegres.reactive-tech.io
 created
   customresourcedefinition.apiextensions.k8s.io/whisks.nuvolaris.org created
   customresourcedefinition.apiextensions.k8s.io/whisksusers.nuvolaris.org 
created
   customresourcedefinition.apiextensions.k8s.io/workflows.nuvolaris.org created
   Using current context
   CURRENT   NAME             CLUSTER          AUTHINFO         NAMESPACE
   *         kind-nuvolaris   kind-nuvolaris   kind-nuvolaris
   Reusing current secrets.
   configmap/openwhisk-runtimes created
   Operator storage class is standard
   persistentvolumeclaim/nuvolaris-operator-deploy-pvc created
   statefulset.apps/nuvolaris-operator created
   whisk.nuvolaris.org/controller created
   Checking OpenWhisk is ready...
   waiting for pod/couchdb-0 available: [###]
   waiting for pod/couchdb-0 ready: 
[###################################################################################################]
   ops: Failed to run task "create": exit status 1
   task execution error: ops: Failed to run task "create": exit status 1
   ops: Failed to run task "devcluster": exit status 1
   task execution error: ops: Failed to run task "devcluster": exit status 1
   ops: Failed to run task "mini": exit status 1
   task execution error: ops: Failed to run task "mini": exit status 1
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to