You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/final_report.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -36,15 +36,15 @@ During the development cycle, a variety of supporting branches are used. The fol
36
36
37
37
We use `Jenkins` as our CI/CD pipeline. `Jenkins` is an open-source server written in Java, for executing a chain of actions, to achieve continuous integration and continuous delivery in an automated fashion.
In our project, the building process of Jenkins is triggered by master branch. Every git commit on master branch is built and tested on the **master node** automatically and continuously, which ensures the changes pass all tests for the application. After that, it will trigger the same process on **worker nodes**.
44
44
45
45
After all predefined tests are passed, Jenkins will deploy the new version on all nodes, which is extremely convenient.
The script for Jenkins' building is in `minik8s/jenkins` directory. For further information, please log http://10.119.9.33:8080. The username and password are both `cloudos2022`. Note that you must access the website via the campus network.
50
50
@@ -72,7 +72,7 @@ We use **Scrum** as our software development process. Scrum is based on Agile S
72
72
73
73
Daily scrums, or daily meetings, are short meetings held at the same time each morning. In our project, we held these meetings about every four days, and we mainly discuss the implementation detail of the project and unify APIs of different parts to prevent inconsistency.
We support basic commands like `kubectl get pods`, `kubectl apply -f xxx.yaml`. For more info, see [kubectl README](minik8s/kubectl/README.md). (Appendix 1)
169
+
We support basic commands like `kubectl get pods`, `kubectl apply -f xxx.yaml`. For more info, see [kubectl README](../kubectl/README.md). (Appendix 1)
170
170
171
171
### Kubelet
172
172
@@ -294,7 +294,7 @@ The process of scheduling can be broken down into several steps:
0 commit comments