Issue/Feature Description:
When Kahu is being deployed, one of the file "nfs-server-57d382b821-t6s7n" is showing the error "Container image pull-off".
Why this issue to fixed / feature is needed(give scenarios or use cases):
Kahu will not be able to create a container if the problem is not solved.
How to reproduce, in case of a bug:
Inorder to do so, enter the command sudo kubectl get pods -A
Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue)
VMWare 17
Kali Linux 2023.1
SOLUTION
Describe the pods manually
sudo kubectl get pods
Pull the image from docker
Load the docker image
sudo kind load docker_image
@kalaiselvikks76
@sushanthakumar
Issue/Feature Description: When Kahu is being deployed, one of the file "nfs-server-57d382b821-t6s7n" is showing the error "Container image pull-off".
Why this issue to fixed / feature is needed(give scenarios or use cases): Kahu will not be able to create a container if the problem is not solved.
How to reproduce, in case of a bug: Inorder to do so, enter the command sudo kubectl get pods -A
Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue) VMWare 17 Kali Linux 2023.1
SOLUTION Describe the pods manually sudo kubectl get pods
Pull the image from docker
Load the docker image
sudo kind load docker_image
@kalaiselvikks76
@sushanthakumar