Commit f841ba8a authored by 黎博's avatar 黎博

创建ingress新增日志

parent 302def5c
......@@ -2099,6 +2099,7 @@ public class K8sService {
ingress.setKind("Ingress");
ingress.setMetadata(objectMeta);
ingress.setSpec(ingressSpec);
log.info("开始创建ingress:{}", ingress.toString());
return kubernetesClient.extensions().ingresses().inNamespace(namespace).create(ingress);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment