Why i am getting this error “ErrImagePull” in kubernetes deployment using my simple print hello world program?

后端 未结 0 851
误落风尘
误落风尘 2020-12-30 01:02

file name helloworld.java

import java.util.*; 
public class helloworld {
public static void main(String[] a)
{
    int index;
    Scanner scan = new Scanner(S         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题