Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
cmj717_GTP
Partner - Contributor III
Partner - Contributor III

Error occurred in Google Cloud (GKE) on Kuburnets install

Hi, experts.

 

We are continuing to try to install Installation Qlik Sense Enterprise on Kubernets.

After all failures in the local vm environment or Oracle Cloud (OKE)
I found the Google Cloud (GKE) installation guide on Qlik Support.

I installed it from Google Cloud (GKE) using the URL below.

https://support.qlik.com/articles/000082465

We followed the guide, but the installation failed.

Reviewing installation failure
I checked the pvc event below.
ProvisioningFailed :  failed to provision volume with StorageClass "nfs-dynamic": error getting NFS server IP for volume: service SERVICE_NAME=nfs-nfs-server-provisioner is not valid; check that it has for ports map[{2049 TCP}:true {20048 TCP}:true {111 UDP}:true {111 TCP}:true] exactly one endpoint, this pod's IP POD_IP=10.4.0.9


If anyone knows the cause, please help me.

 

--------------- Installation Steps ---------------

#Create GKE Cluster (Clear)

gcloud container clusters create qseok-gke --machine-type "n1-standard-2" --num-nodes 2

 

#Get GKE Credentials (Clear)

gcloud container clusters get-credentials qseok-gke

 

#RBAC Settings (Clear)

rbac-config.yaml

kubectl apply -f rbac-config.yaml

 

# Init Helm with Tiller (Clear)

helm init --service-account tiller

 

# Deploy NFS Provisioner (Unconfirmed)

helm install -n nfs stable/nfs-server-provisioner -f gke-nfs-values.yaml

1) storage class

storageClass.png

2) pv 

pv.png

# Create PVC (Optional to test if the NFS provisioner works fine) (Fail)

kubectl apply -f nfs-vol-pvc.yaml

pvc.png

I need help from experts.

1 Reply
Andre_Sostizzo
Digital Support
Digital Support

@cmj717_GTP, from the link below, looks like you can get this when the ProvisionerName is set empty. But it should self generate...

https://github.com/helm/charts/issues/20701

 

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up! 🙂