Skip to content

Commit 5a300db

Browse files
committed
#319 Documentation: Update Screen Shots & Read Me Notes
Regression test
1 parent 59df11a commit 5a300db

10 files changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ docker remove test-mysql
130130

131131

132132
% kubectl cluster-info
133-
Kubernetes control plane is running at https://127.0.0.1:51600
134-
CoreDNS is running at https://127.0.0.1:51600/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy
133+
Kubernetes control plane is running at https://127.0.0.1:54912
134+
CoreDNS is running at https://127.0.0.1:54912/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy
135135

136136
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
137137

@@ -147,7 +147,7 @@ To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
147147
🤔 Verifying dashboard health ...
148148
🚀 Launching proxy ...
149149
🤔 Verifying proxy health ...
150-
🎉 Opening http://127.0.0.1:65357/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ in your default browser...
150+
🎉 Opening http://127.0.0.1:54976/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ in your default browser...
151151
```
152152
- Then change namespace in browser after creation of 'ironoc-db' namespace.
153153

@@ -217,7 +217,7 @@ horizontalpodautoscaler.autoscaling/ironoc-db-app-deployment-hpa-kbij created
217217

218218
% kubectl get pods --namespace=ironoc-db-ns
219219
NAME READY STATUS RESTARTS AGE
220-
ironoc-db-app-deployment-6c566784bc-xvt6c 1/1 Running 0 10s
220+
ironoc-db-app-deployment-d5c59b4c5-rzmhz 1/1 Running 0 10s
221221

222222

223223
% kubectl get deployment --namespace=ironoc-db-ns
@@ -233,21 +233,21 @@ service/ironoc-db-app-deployment exposed
233233

234234
% kubectl get services --namespace=ironoc-db-ns
235235
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
236-
ironoc-db-app-deployment NodePort 10.98.99.20 <none> 8080:31200/TCP 7s
236+
ironoc-db-app-deployment NodePort 10.96.135.232 <none> 8080:31797/TCP 8s
237237

238238

239239
% minikube service ironoc-db-app-deployment --url --namespace=ironoc-db-ns
240-
http://127.0.0.1:52851
240+
http://127.0.0.1:55519
241241
❗ Because you are using a Docker driver on darwin, the terminal needs to be open to run it.
242242
```
243243
- Open a new terminal tab & follow the logs
244244
```shell
245245
% kubectl get pods --namespace=ironoc-db-ns
246246
NAME READY STATUS RESTARTS AGE
247-
ironoc-db-app-deployment-6c566784bc-xvt6c 1/1 Running 0 2m54s
247+
ironoc-db-app-deployment-d5c59b4c5-rzmhz 1/1 Running 0 2m54s
248248

249249

250-
% kubectl logs ironoc-db-app-deployment-6c566784bc-xvt6c -f --namespace=ironoc-db-ns
250+
% kubectl logs ironoc-db-app-deployment-d5c59b4c5-rzmhz -f --namespace=ironoc-db-ns
251251
Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
252252
> Task :compileJava UP-TO-DATE
253253
> Task :processResources UP-TO-DATE

screenshots/CLI-docker.png

-131 KB
Loading

screenshots/DBManager.png

7.44 KB
Loading

screenshots/deployment.png

149 Bytes
Loading
-48.9 KB
Loading
131 KB
Loading

screenshots/minikube-dash-logs.png

99.6 KB
Loading

screenshots/minikube-dash.png

9.26 KB
Loading

screenshots/ui-edit-validation.png

1003 Bytes
Loading

screenshots/ui-form-validation.png

33.3 KB
Loading

0 commit comments

Comments
 (0)