Posted in kubernetes(icp) kubectl windows和linux的不同 jxin 2018年10月21日 Leave a comment 在windows中,kubectl创建secret等对象时,如果字符串带单引号,创建出来的对象的该值也带单引号。 在linux中,kubectl创建secret等对象时,如果字符串带单引号,kubectl会自动把单引号去掉 Author: jxin