Giter Site home page Giter Site logo

run setup.sh is not success about liqo HOT 5 CLOSED

lexang avatar lexang commented on August 21, 2024
run setup.sh is not success

from liqo.

Comments (5)

lexang avatar lexang commented on August 21, 2024

I know. I directly used kind create and found that it was kindest/node:v1.29.2. I ran setup.sh directly and it was kindest/node:v1.25.0. Finally, I changed it to v1.29.2 and it was successful.

from liqo.

lexang avatar lexang commented on August 21, 2024

The installation of the cluster was successful, and the installation of Liqo failed again

log:

root@liqo:~/liqo/examples/quick-start# liqoctl install kind --cluster-name rome --verbose
INFO Using chart from "liqo/liqo"
INFO Installer initialized
INFO Cluster name: rome
INFO Kubernetes API Server:
INFO Pod CIDR: 10.200.0.0/16
INFO Service CIDR: 10.90.0.0/12
INFO Cluster configuration correctly retrieved
INFO Installation parameters correctly generated
INFO creating 1 resource(s)
INFO creating 1 resource(s)
INFO creating 1 resource(s)
INFO creating 1 resource(s)
INFO creating 1 resource(s)
INFO creating 1 resource(s)
INFO creating 1 resource(s)
INFO creating 1 resource(s)
INFO creating 1 resource(s)
INFO creating 1 resource(s)
INFO creating 1 resource(s)
INFO creating 1 resource(s)
INFO beginning wait for 12 resources with timeout of 1m0s
INFO Clearing REST mapper cache
INFO creating 1 resource(s)
INFO Starting delete for "liqo-webhook-certificate-patch" ServiceAccount
INFO Ignoring delete failure for "liqo-webhook-certificate-patch" /v1, Kind=ServiceAccount: serviceaccounts "liqo-webhook-certificate-patch" not found
INFO beginning wait for 1 resources to be deleted with timeout of 10m0s
INFO creating 1 resource(s)
INFO Starting delete for "liqo-webhook-certificate-patch" Role
INFO Ignoring delete failure for "liqo-webhook-certificate-patch" rbac.authorization.k8s.io/v1, Kind=Role: roles.rbac.authorization.k8s.io "liqo-webhook-certificate-patch" not found
INFO beginning wait for 1 resources to be deleted with timeout of 10m0s
INFO creating 1 resource(s)
INFO Starting delete for "liqo-webhook-certificate-patch" RoleBinding
INFO Ignoring delete failure for "liqo-webhook-certificate-patch" rbac.authorization.k8s.io/v1, Kind=RoleBinding: rolebindings.rbac.authorization.k8s.io "liqo-webhook-certificate-patch" not found
INFO beginning wait for 1 resources to be deleted with timeout of 10m0s
INFO creating 1 resource(s)
INFO Starting delete for "liqo-webhook-certificate-patch-pre" Job
INFO Ignoring delete failure for "liqo-webhook-certificate-patch-pre" batch/v1, Kind=Job: jobs.batch "liqo-webhook-certificate-patch-pre" not found
INFO beginning wait for 1 resources to be deleted with timeout of 10m0s
INFO creating 1 resource(s)
INFO Watching for changes to Job liqo-webhook-certificate-patch-pre with timeout of 10m0s
INFO Add/Modify event for liqo-webhook-certificate-patch-pre: ADDED
INFO liqo-webhook-certificate-patch-pre: Jobs active: 0, jobs failed: 0, jobs succeeded: 0
INFO Add/Modify event for liqo-webhook-certificate-patch-pre: MODIFIED
INFO liqo-webhook-certificate-patch-pre: Jobs active: 1, jobs failed: 0, jobs succeeded: 0

Environment:
Liqo version:
Liqoctl version: v0.10.2
Kubernetes version (use kubectl version): v1.30.0
Cloud provider or hardware configuration:
Node image:
Network plugin and version:
Install tools:
Others: kindest/node:v1.29.2

from liqo.

lexang avatar lexang commented on August 21, 2024

this is all:

root@liqo:~/liqo/examples/quick-start# liqoctl install kind --cluster-name rome --verbose
INFO Using chart from "liqo/liqo"
INFO Installer initialized
INFO Cluster name: rome
INFO Kubernetes API Server:
INFO Pod CIDR: 10.200.0.0/16
INFO Service CIDR: 10.90.0.0/12
INFO Cluster configuration correctly retrieved
INFO Installation parameters correctly generated
INFO creating 1 resource(s)
INFO CRD foreignclusters.discovery.liqo.io is already present. Skipping.
INFO creating 1 resource(s)
INFO CRD resourcerequests.discovery.liqo.io is already present. Skipping.
INFO creating 1 resource(s)
INFO CRD ipamstorages.net.liqo.io is already present. Skipping.
INFO creating 1 resource(s)
INFO CRD natmappings.net.liqo.io is already present. Skipping.
INFO creating 1 resource(s)
INFO CRD networkconfigs.net.liqo.io is already present. Skipping.
INFO creating 1 resource(s)
INFO CRD tunnelendpoints.net.liqo.io is already present. Skipping.
INFO creating 1 resource(s)
INFO CRD namespaceoffloadings.offloading.liqo.io is already present. Skipping.
INFO creating 1 resource(s)
INFO CRD resourceoffers.sharing.liqo.io is already present. Skipping.
INFO creating 1 resource(s)
INFO CRD namespacemaps.virtualkubelet.liqo.io is already present. Skipping.
INFO creating 1 resource(s)
INFO CRD shadowendpointslices.virtualkubelet.liqo.io is already present. Skipping.
INFO creating 1 resource(s)
INFO CRD shadowpods.virtualkubelet.liqo.io is already present. Skipping.
INFO creating 1 resource(s)
INFO CRD virtualnodes.virtualkubelet.liqo.io is already present. Skipping.
INFO creating 1 resource(s)
INFO Starting delete for "liqo-webhook-certificate-patch" ServiceAccount
INFO beginning wait for 1 resources to be deleted with timeout of 10m0s
INFO creating 1 resource(s)
INFO Starting delete for "liqo-webhook-certificate-patch" Role
INFO beginning wait for 1 resources to be deleted with timeout of 10m0s
INFO creating 1 resource(s)
INFO Starting delete for "liqo-webhook-certificate-patch" RoleBinding
INFO beginning wait for 1 resources to be deleted with timeout of 10m0s
INFO creating 1 resource(s)
INFO Starting delete for "liqo-webhook-certificate-patch-pre" Job
INFO beginning wait for 1 resources to be deleted with timeout of 10m0s
INFO creating 1 resource(s)
INFO Watching for changes to Job liqo-webhook-certificate-patch-pre with timeout of 10m0s
INFO Add/Modify event for liqo-webhook-certificate-patch-pre: ADDED
INFO liqo-webhook-certificate-patch-pre: Jobs active: 0, jobs failed: 0, jobs succeeded: 0
INFO Add/Modify event for liqo-webhook-certificate-patch-pre: MODIFIED
INFO liqo-webhook-certificate-patch-pre: Jobs active: 1, jobs failed: 0, jobs succeeded: 0
INFO Install failed and atomic is set, uninstalling release
INFO uninstall: Deleting liqo
INFO Starting delete for "liqo-pre-delete" ServiceAccount
INFO Ignoring delete failure for "liqo-pre-delete" /v1, Kind=ServiceAccount: serviceaccounts "liqo-pre-delete" not found
INFO beginning wait for 1 resources to be deleted with timeout of 10m0s
INFO creating 1 resource(s)
INFO Starting delete for "liqo-pre-delete" ClusterRole
INFO Ignoring delete failure for "liqo-pre-delete" rbac.authorization.k8s.io/v1, Kind=ClusterRole: clusterroles.rbac.authorization.k8s.io "liqo-pre-delete" not found
INFO beginning wait for 1 resources to be deleted with timeout of 10m0s
INFO creating 1 resource(s)
INFO Starting delete for "liqo-pre-delete" ClusterRoleBinding
INFO Ignoring delete failure for "liqo-pre-delete" rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding: clusterrolebindings.rbac.authorization.k8s.io "liqo-pre-delete" not found
INFO beginning wait for 1 resources to be deleted with timeout of 10m0s
INFO creating 1 resource(s)
INFO Starting delete for "liqo-pre-delete" Role
INFO Ignoring delete failure for "liqo-pre-delete" rbac.authorization.k8s.io/v1, Kind=Role: roles.rbac.authorization.k8s.io "liqo-pre-delete" not found
INFO beginning wait for 1 resources to be deleted with timeout of 10m0s
INFO creating 1 resource(s)
INFO Starting delete for "liqo-pre-delete" Job
INFO Ignoring delete failure for "liqo-pre-delete" batch/v1, Kind=Job: jobs.batch "liqo-pre-delete" not found
INFO beginning wait for 1 resources to be deleted with timeout of 10m0s
INFO creating 1 resource(s)
INFO Watching for changes to Job liqo-pre-delete with timeout of 10m0s
INFO Add/Modify event for liqo-pre-delete: ADDED
INFO liqo-pre-delete: Jobs active: 0, jobs failed: 0, jobs succeeded: 0
INFO Add/Modify event for liqo-pre-delete: MODIFIED
INFO liqo-pre-delete: Jobs active: 1, jobs failed: 0, jobs succeeded: 0
INFO Add/Modify event for liqo-pre-delete: MODIFIED
INFO liqo-pre-delete: Jobs active: 1, jobs failed: 0, jobs succeeded: 0
INFO Add/Modify event for liqo-pre-delete: MODIFIED
INFO liqo-pre-delete: Jobs active: 1, jobs failed: 0, jobs succeeded: 0
INFO Add/Modify event for liqo-pre-delete: MODIFIED
INFO liqo-pre-delete: Jobs active: 0, jobs failed: 0, jobs succeeded: 0
INFO Add/Modify event for liqo-pre-delete: MODIFIED
INFO Starting delete for "liqo-pre-delete" ServiceAccount
INFO beginning wait for 1 resources to be deleted with timeout of 10m0s
INFO Starting delete for "liqo-pre-delete" ClusterRole
INFO beginning wait for 1 resources to be deleted with timeout of 10m0s
INFO Starting delete for "liqo-pre-delete" ClusterRoleBinding
INFO beginning wait for 1 resources to be deleted with timeout of 10m0s
INFO Starting delete for "liqo-pre-delete" Role
INFO beginning wait for 1 resources to be deleted with timeout of 10m0s
INFO Starting delete for "liqo-pre-delete" Job
INFO beginning wait for 1 resources to be deleted with timeout of 10m0s
INFO uninstall: given cascade value: , defaulting to delete propagation background
INFO Starting delete for "v1alpha1.metrics.liqo.io" APIService
INFO Ignoring delete failure for "v1alpha1.metrics.liqo.io" apiregistration.k8s.io/v1, Kind=APIService: apiservices.apiregistration.k8s.io "v1alpha1.metrics.liqo.io" not found
INFO Starting delete for "liqo-proxy" Service
INFO Starting delete for "liqo-controller-manager" Service
INFO Starting delete for "liqo-gateway" Service
INFO Starting delete for "liqo-auth" Service
INFO Starting delete for "liqo-metric-agent" Service
INFO Starting delete for "liqo-network-manager" Service
INFO Ignoring delete failure for "liqo-proxy" /v1, Kind=Service: services "liqo-proxy" not found
INFO Ignoring delete failure for "liqo-metric-agent" /v1, Kind=Service: services "liqo-metric-agent" not found
INFO Ignoring delete failure for "liqo-gateway" /v1, Kind=Service: services "liqo-gateway" not found
INFO Ignoring delete failure for "liqo-auth" /v1, Kind=Service: services "liqo-auth" not found
INFO Ignoring delete failure for "liqo-controller-manager" /v1, Kind=Service: services "liqo-controller-manager" not found
INFO Ignoring delete failure for "liqo-network-manager" /v1, Kind=Service: services "liqo-network-manager" not found
INFO Starting delete for "liqo-telemetry" CronJob
INFO Ignoring delete failure for "liqo-telemetry" batch/v1, Kind=CronJob: cronjobs.batch "liqo-telemetry" not found
INFO Starting delete for "liqo-crd-replicator" Deployment
INFO Starting delete for "liqo-proxy" Deployment
INFO Starting delete for "liqo-auth" Deployment
INFO Starting delete for "liqo-gateway" Deployment
INFO Starting delete for "liqo-controller-manager" Deployment
INFO Starting delete for "liqo-metric-agent" Deployment
INFO Ignoring delete failure for "liqo-proxy" apps/v1, Kind=Deployment: deployments.apps "liqo-proxy" not found
INFO Starting delete for "liqo-network-manager" Deployment
INFO Ignoring delete failure for "liqo-crd-replicator" apps/v1, Kind=Deployment: deployments.apps "liqo-crd-replicator" not found
INFO Ignoring delete failure for "liqo-network-manager" apps/v1, Kind=Deployment: deployments.apps "liqo-network-manager" not found
INFO Ignoring delete failure for "liqo-gateway" apps/v1, Kind=Deployment: deployments.apps "liqo-gateway" not found
INFO Ignoring delete failure for "liqo-auth" apps/v1, Kind=Deployment: deployments.apps "liqo-auth" not found
INFO Ignoring delete failure for "liqo-controller-manager" apps/v1, Kind=Deployment: deployments.apps "liqo-controller-manager" not found
INFO Ignoring delete failure for "liqo-metric-agent" apps/v1, Kind=Deployment: deployments.apps "liqo-metric-agent" not found
INFO Starting delete for "liqo-route" DaemonSet
INFO Ignoring delete failure for "liqo-route" apps/v1, Kind=DaemonSet: daemonsets.apps "liqo-route" not found
INFO Starting delete for "liqo-route" RoleBinding
INFO Starting delete for "liqo-crd-replicator" RoleBinding
INFO Starting delete for "liqo-gateway" RoleBinding
INFO Starting delete for "liqo-auth" RoleBinding
INFO Starting delete for "liqo-network-manager" RoleBinding
INFO Starting delete for "liqo-controller-manager" RoleBinding
INFO Ignoring delete failure for "liqo-gateway" rbac.authorization.k8s.io/v1, Kind=RoleBinding: rolebindings.rbac.authorization.k8s.io "liqo-gateway" not found
INFO Ignoring delete failure for "liqo-route" rbac.authorization.k8s.io/v1, Kind=RoleBinding: rolebindings.rbac.authorization.k8s.io "liqo-route" not found
INFO Ignoring delete failure for "liqo-network-manager" rbac.authorization.k8s.io/v1, Kind=RoleBinding: rolebindings.rbac.authorization.k8s.io "liqo-network-manager" not found
INFO Ignoring delete failure for "liqo-auth" rbac.authorization.k8s.io/v1, Kind=RoleBinding: rolebindings.rbac.authorization.k8s.io "liqo-auth" not found
INFO Ignoring delete failure for "liqo-crd-replicator" rbac.authorization.k8s.io/v1, Kind=RoleBinding: rolebindings.rbac.authorization.k8s.io "liqo-crd-replicator" not found
INFO Ignoring delete failure for "liqo-controller-manager" rbac.authorization.k8s.io/v1, Kind=RoleBinding: rolebindings.rbac.authorization.k8s.io "liqo-controller-manager" not found
INFO Starting delete for "liqo-route" Role
INFO Starting delete for "liqo-auth" Role
INFO Starting delete for "liqo-controller-manager" Role
INFO Starting delete for "liqo-crd-replicator" Role
INFO Starting delete for "liqo-gateway" Role
INFO Starting delete for "liqo-network-manager" Role
INFO Ignoring delete failure for "liqo-auth" rbac.authorization.k8s.io/v1, Kind=Role: roles.rbac.authorization.k8s.io "liqo-auth" not found
INFO Ignoring delete failure for "liqo-route" rbac.authorization.k8s.io/v1, Kind=Role: roles.rbac.authorization.k8s.io "liqo-route" not found
INFO Ignoring delete failure for "liqo-network-manager" rbac.authorization.k8s.io/v1, Kind=Role: roles.rbac.authorization.k8s.io "liqo-network-manager" not found
INFO Ignoring delete failure for "liqo-gateway" rbac.authorization.k8s.io/v1, Kind=Role: roles.rbac.authorization.k8s.io "liqo-gateway" not found
INFO Ignoring delete failure for "liqo-controller-manager" rbac.authorization.k8s.io/v1, Kind=Role: roles.rbac.authorization.k8s.io "liqo-controller-manager" not found
INFO Ignoring delete failure for "liqo-crd-replicator" rbac.authorization.k8s.io/v1, Kind=Role: roles.rbac.authorization.k8s.io "liqo-crd-replicator" not found
INFO Starting delete for "liqo-telemetry" ClusterRoleBinding
INFO Starting delete for "liqo-auth" ClusterRoleBinding
INFO Starting delete for "liqo-controller-manager" ClusterRoleBinding
INFO Starting delete for "liqo-controller-manager-grant-virtual-kubelet-local" ClusterRoleBinding
INFO Starting delete for "liqo-controller-manager-grant-virtual-kubelet-remote" ClusterRoleBinding
INFO Starting delete for "liqo-crd-replicator" ClusterRoleBinding
INFO Starting delete for "liqo-gateway" ClusterRoleBinding
INFO Starting delete for "liqo-remote-peering-basic" ClusterRoleBinding
INFO Starting delete for "liqo-remote-peering-incoming" ClusterRoleBinding
INFO Starting delete for "liqo-remote-peering-outgoing" ClusterRoleBinding
INFO Starting delete for "liqo-network-manager" ClusterRoleBinding
INFO Starting delete for "liqo-route" ClusterRoleBinding
INFO Starting delete for "liqo-metric-agent" ClusterRoleBinding
INFO Ignoring delete failure for "liqo-controller-manager" rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding: clusterrolebindings.rbac.authorization.k8s.io "liqo-controller-manager" not found
INFO Ignoring delete failure for "liqo-remote-peering-basic" rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding: clusterrolebindings.rbac.authorization.k8s.io "liqo-remote-peering-basic" not found
INFO Ignoring delete failure for "liqo-gateway" rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding: clusterrolebindings.rbac.authorization.k8s.io "liqo-gateway" not found
INFO Ignoring delete failure for "liqo-controller-manager-grant-virtual-kubelet-local" rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding: clusterrolebindings.rbac.authorization.k8s.io "liqo-controller-manager-grant-virtual-kubelet-local" not found
INFO Ignoring delete failure for "liqo-controller-manager-grant-virtual-kubelet-remote" rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding: clusterrolebindings.rbac.authorization.k8s.io "liqo-controller-manager-grant-virtual-kubelet-remote" not found
INFO Ignoring delete failure for "liqo-crd-replicator" rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding: clusterrolebindings.rbac.authorization.k8s.io "liqo-crd-replicator" not found
INFO Ignoring delete failure for "liqo-telemetry" rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding: clusterrolebindings.rbac.authorization.k8s.io "liqo-telemetry" not found
INFO Ignoring delete failure for "liqo-auth" rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding: clusterrolebindings.rbac.authorization.k8s.io "liqo-auth" not found
INFO Ignoring delete failure for "liqo-remote-peering-incoming" rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding: clusterrolebindings.rbac.authorization.k8s.io "liqo-remote-peering-incoming" not found
INFO Ignoring delete failure for "liqo-route" rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding: clusterrolebindings.rbac.authorization.k8s.io "liqo-route" not found
INFO Ignoring delete failure for "liqo-remote-peering-outgoing" rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding: clusterrolebindings.rbac.authorization.k8s.io "liqo-remote-peering-outgoing" not found
INFO Ignoring delete failure for "liqo-metric-agent" rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding: clusterrolebindings.rbac.authorization.k8s.io "liqo-metric-agent" not found
INFO Ignoring delete failure for "liqo-network-manager" rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding: clusterrolebindings.rbac.authorization.k8s.io "liqo-network-manager" not found
INFO Starting delete for "liqo-virtual-kubelet-remote" ClusterRole
INFO Starting delete for "liqo-auth" ClusterRole
INFO Starting delete for "liqo-controller-manager" ClusterRole
INFO Starting delete for "liqo-remote-peering-basic" ClusterRole
INFO Starting delete for "liqo-crd-replicator" ClusterRole
INFO Starting delete for "liqo-gateway" ClusterRole
INFO Starting delete for "liqo-metric-agent" ClusterRole
INFO Starting delete for "liqo-network-manager" ClusterRole
INFO Starting delete for "liqo-route" ClusterRole
INFO Starting delete for "liqo-remote-peering-incoming" ClusterRole
INFO Starting delete for "liqo-remote-peering-outgoing" ClusterRole
INFO Starting delete for "liqo-telemetry" ClusterRole
INFO Starting delete for "liqo-virtual-kubelet-local" ClusterRole
INFO Ignoring delete failure for "liqo-controller-manager" rbac.authorization.k8s.io/v1, Kind=ClusterRole: clusterroles.rbac.authorization.k8s.io "liqo-controller-manager" not found
INFO Ignoring delete failure for "liqo-virtual-kubelet-remote" rbac.authorization.k8s.io/v1, Kind=ClusterRole: clusterroles.rbac.authorization.k8s.io "liqo-virtual-kubelet-remote" not found
INFO Ignoring delete failure for "liqo-auth" rbac.authorization.k8s.io/v1, Kind=ClusterRole: clusterroles.rbac.authorization.k8s.io "liqo-auth" not found
INFO Ignoring delete failure for "liqo-crd-replicator" rbac.authorization.k8s.io/v1, Kind=ClusterRole: clusterroles.rbac.authorization.k8s.io "liqo-crd-replicator" not found
INFO Ignoring delete failure for "liqo-metric-agent" rbac.authorization.k8s.io/v1, Kind=ClusterRole: clusterroles.rbac.authorization.k8s.io "liqo-metric-agent" not found
INFO Ignoring delete failure for "liqo-virtual-kubelet-local" rbac.authorization.k8s.io/v1, Kind=ClusterRole: clusterroles.rbac.authorization.k8s.io "liqo-virtual-kubelet-local" not found
INFO Ignoring delete failure for "liqo-remote-peering-incoming" rbac.authorization.k8s.io/v1, Kind=ClusterRole: clusterroles.rbac.authorization.k8s.io "liqo-remote-peering-incoming" not found
INFO Ignoring delete failure for "liqo-remote-peering-basic" rbac.authorization.k8s.io/v1, Kind=ClusterRole: clusterroles.rbac.authorization.k8s.io "liqo-remote-peering-basic" not found
INFO Ignoring delete failure for "liqo-gateway" rbac.authorization.k8s.io/v1, Kind=ClusterRole: clusterroles.rbac.authorization.k8s.io "liqo-gateway" not found
INFO Ignoring delete failure for "liqo-route" rbac.authorization.k8s.io/v1, Kind=ClusterRole: clusterroles.rbac.authorization.k8s.io "liqo-route" not found
INFO Ignoring delete failure for "liqo-telemetry" rbac.authorization.k8s.io/v1, Kind=ClusterRole: clusterroles.rbac.authorization.k8s.io "liqo-telemetry" not found
INFO Ignoring delete failure for "liqo-network-manager" rbac.authorization.k8s.io/v1, Kind=ClusterRole: clusterroles.rbac.authorization.k8s.io "liqo-network-manager" not found
INFO Ignoring delete failure for "liqo-remote-peering-outgoing" rbac.authorization.k8s.io/v1, Kind=ClusterRole: clusterroles.rbac.authorization.k8s.io "liqo-remote-peering-outgoing" not found
INFO Starting delete for "liqo" StorageClass
INFO Ignoring delete failure for "liqo" storage.k8s.io/v1, Kind=StorageClass: storageclasses.storage.k8s.io "liqo" not found
INFO Starting delete for "liqo-proxy" ConfigMap
INFO Starting delete for "liqo-clusterid-configmap" ConfigMap
INFO Ignoring delete failure for "liqo-proxy" /v1, Kind=ConfigMap: configmaps "liqo-proxy" not found
INFO Ignoring delete failure for "liqo-clusterid-configmap" /v1, Kind=ConfigMap: configmaps "liqo-clusterid-configmap" not found
INFO Starting delete for "liqo-telemetry" ServiceAccount
INFO Starting delete for "liqo-crd-replicator" ServiceAccount
INFO Starting delete for "liqo-auth" ServiceAccount
INFO Starting delete for "liqo-gateway" ServiceAccount
INFO Starting delete for "liqo-controller-manager" ServiceAccount
INFO Starting delete for "liqo-network-manager" ServiceAccount
INFO Starting delete for "liqo-route" ServiceAccount
INFO Starting delete for "liqo-metric-agent" ServiceAccount
INFO Ignoring delete failure for "liqo-telemetry" /v1, Kind=ServiceAccount: serviceaccounts "liqo-telemetry" not found
INFO Ignoring delete failure for "liqo-crd-replicator" /v1, Kind=ServiceAccount: serviceaccounts "liqo-crd-replicator" not found
INFO Ignoring delete failure for "liqo-gateway" /v1, Kind=ServiceAccount: serviceaccounts "liqo-gateway" not found
INFO Ignoring delete failure for "liqo-auth" /v1, Kind=ServiceAccount: serviceaccounts "liqo-auth" not found
INFO Ignoring delete failure for "liqo-network-manager" /v1, Kind=ServiceAccount: serviceaccounts "liqo-network-manager" not found
INFO Ignoring delete failure for "liqo-route" /v1, Kind=ServiceAccount: serviceaccounts "liqo-route" not found
INFO Ignoring delete failure for "liqo-controller-manager" /v1, Kind=ServiceAccount: serviceaccounts "liqo-controller-manager" not found
INFO Ignoring delete failure for "liqo-metric-agent" /v1, Kind=ServiceAccount: serviceaccounts "liqo-metric-agent" not found
INFO Starting delete for "liqo-webhook" MutatingWebhookConfiguration
INFO Ignoring delete failure for "liqo-webhook" admissionregistration.k8s.io/v1, Kind=MutatingWebhookConfiguration: mutatingwebhookconfigurations.admissionregistration.k8s.io "liqo-webhook" not found
INFO Starting delete for "liqo-webhook" ValidatingWebhookConfiguration
INFO Ignoring delete failure for "liqo-webhook" admissionregistration.k8s.io/v1, Kind=ValidatingWebhookConfiguration: validatingwebhookconfigurations.admissionregistration.k8s.io "liqo-webhook" not found
INFO purge requested for liqo
ERRO Error installing or upgrading Liqo: release liqo failed, and has been uninstalled due to atomic being set: timed out waiting for the condition
INFO Likely causes for the installation/upgrade timeout could include:
INFO * One or more pods failed to start (e.g., they are in the ImagePullBackOff status)
INFO * A service of type LoadBalancer has been configured, but no provider is available
INFO You can add the --verbose flag for debug information concerning the failing resources
INFO Additionally, if necessary, you can increase the timeout value with the --timeout flag

from liqo.

lexang avatar lexang commented on August 21, 2024

root@liqo:~/liqo/examples/quick-start# kubectl get pods -A
NAMESPACE NAME READY STATUS RESTARTS AGE
kube-system coredns-76f75df574-prq94 1/1 Running 0 174m
kube-system coredns-76f75df574-xljfr 1/1 Running 0 174m
kube-system etcd-rome-control-plane 1/1 Running 0 174m
kube-system kindnet-5g85h 1/1 Running 0 174m
kube-system kindnet-74l4j 1/1 Running 0 174m
kube-system kube-apiserver-rome-control-plane 1/1 Running 0 174m
kube-system kube-controller-manager-rome-control-plane 1/1 Running 0 174m
kube-system kube-proxy-86v24 1/1 Running 0 174m
kube-system kube-proxy-9c9df 1/1 Running 0 174m
kube-system kube-scheduler-rome-control-plane 1/1 Running 0 174m
liqo liqo-webhook-certificate-patch-pre-jk979 0/1 ImagePullBackOff 0 15m
local-path-storage local-path-provisioner-7577fdbbfb-7vxcq 1/1 Running 0 174m

Is it because of liqo-webhook-certificate-patch-pre-jk979 0? I can’t access k8s.gcr.io/ingress-nginx/kube-webhook-certgen. What should I do?

from liqo.

frisso avatar frisso commented on August 21, 2024

@lexang Is there any comment that you can add here to help anyone who spots the same error? Just closing as it is now, it doesn't provide any help to the community. Thanks!

from liqo.

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.