You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by "Kai-Hsun Chen (Jira)" <ji...@apache.org> on 2021/03/09 13:02:00 UTC

[jira] [Created] (SUBMARINE-760) Refactor submarine-operator

Kai-Hsun Chen created SUBMARINE-760:
---------------------------------------

             Summary: Refactor submarine-operator
                 Key: SUBMARINE-760
                 URL: https://issues.apache.org/jira/browse/SUBMARINE-760
             Project: Apache Submarine
          Issue Type: Improvement
          Components: Cloud-native Deployment
            Reporter: Kai-Hsun Chen
            Assignee: Kai-Hsun Chen
             Fix For: 0.6.0


The old submarine-operator is very old, and it is incompatible with the current Submarine version. Now, the operator has the following problems.

(1) (submarine-operator.md) Kind v0.6.0 deprecates kind get kubeconfig-path
(2) (manifests/submarine-operator/deployment.yaml) selector field is necessary.
(3) (manifests/submarine-operator/deployment.yaml) Now, deployment is apiVersion: apps/v1 rather than extensions/v1beta1.
(4) The .yaml files in manifests/ are very different with the files in helm-charts/. Therefore, some errors will occur. For instance, there is no configMap in helm-charts/submarine/templates/submarine-server.yaml, but a configMap is defined in manifests/submarine-cluster/submarine-server.yaml.
(5) It is hard to know the existing functionalities of this operator.
(6) Some parts need to generate by code-generator, and these parts should not be modified manually. ([Link|https://github.com/kubernetes/sample-controller])



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org