New submgr parameter in configmap.yaml to control order checking of E2 message IEs
[ric-plt/ric-dep.git] / depRicKubernetesOperator / README.md
1 # depriclatest26oct\r
2 // TODO(user): Add simple overview of use/purpose\r
3 \r
4 ## Description\r
5 // TODO(user): An in-depth paragraph about your project and overview of use\r
6 \r
7 ## Getting Started\r
8 You’ll need a Kubernetes cluster to run against. You can use [KIND](https://sigs.k8s.io/kind) to get a local cluster for testing, or run against a remote cluster.\r
9 **Note:** Your controller will automatically use the current context in your kubeconfig file (i.e. whatever cluster `kubectl cluster-info` shows).\r
10 \r
11 ### Running on the cluster\r
12 1. Install Instances of Custom Resources:\r
13 \r
14 ```sh\r
15 kubectl apply -f config/samples/\r
16 ```\r
17 \r
18 2. Build and push your image to the location specified by `IMG`:\r
19 \r
20 ```sh\r
21 make docker-build docker-push IMG=<some-registry>/depriclatest26oct:tag\r
22 ```\r
23 \r
24 3. Deploy the controller to the cluster with the image specified by `IMG`:\r
25 \r
26 ```sh\r
27 make deploy IMG=<some-registry>/depriclatest26oct:tag\r
28 ```\r
29 \r
30 ### Uninstall CRDs\r
31 To delete the CRDs from the cluster:\r
32 \r
33 ```sh\r
34 make uninstall\r
35 ```\r
36 \r
37 ### Undeploy controller\r
38 UnDeploy the controller from the cluster:\r
39 \r
40 ```sh\r
41 make undeploy\r
42 ```\r
43 \r
44 ## Contributing\r
45 // TODO(user): Add detailed information on how you would like others to contribute to this project\r
46 \r
47 ### How it works\r
48 This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/).\r
49 \r
50 It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/),\r
51 which provide a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster.\r
52 \r
53 ### Test It Out\r
54 1. Install the CRDs into the cluster:\r
55 \r
56 ```sh\r
57 make install\r
58 ```\r
59 \r
60 2. Run your controller (this will run in the foreground, so switch to a new terminal if you want to leave it running):\r
61 \r
62 ```sh\r
63 make run\r
64 ```\r
65 \r
66 **NOTE:** You can also run this in one step by running: `make install run`\r
67 \r
68 ### Modifying the API definitions\r
69 If you are editing the API definitions, generate the manifests such as CRs or CRDs using:\r
70 \r
71 ```sh\r
72 make manifests\r
73 ```\r
74 \r
75 **NOTE:** Run `make --help` for more information on all potential `make` targets\r
76 \r
77 More information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)\r
78 \r
79 ## License\r
80 \r
81 Copyright 2023.\r
82 \r
83 Licensed under the Apache License, Version 2.0 (the "License");\r
84 you may not use this file except in compliance with the License.\r
85 You may obtain a copy of the License at\r
86 \r
87     http://www.apache.org/licenses/LICENSE-2.0\r
88 \r
89 Unless required by applicable law or agreed to in writing, software\r
90 distributed under the License is distributed on an "AS IS" BASIS,\r
91 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
92 See the License for the specific language governing permissions and\r
93 limitations under the License.\r
94 \r