yuanzac commented on a change in pull request #124: SUBMARINE-251. Submarine  
k8s operator framework initialization
URL: https://github.com/apache/submarine/pull/124#discussion_r355404118
 
 

 ##########
 File path: submarine-cloud/submarine-operator.md
 ##########
 @@ -0,0 +1,155 @@
+# Submarine Operator Development Instructions
+
+See also official sample:https://github.com/kubernetes/sample-controller
+
+# Implementation steps
+
+## 1. Submit the CRD template and its instantiation object to the k8s cluster, 
so that k8s can recognize
+```
+1 Official document CRD 
+https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#create-a-customresourcedefinition
+
+2 Log in to a machine that can execute kubectl commands and create a 
student.yaml file
+[root@localhost student]# kubectl apply -f student.yaml
 
 Review comment:
   Looks like this submarine-operator.md needs changes according to submarine 
operator, Right?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to