File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ Verify that the deployment and services are running:
297297` ` ` bash
298298kubectl get deployments
299299` ` `
300- {{% /tab %}}{{% tabe name="kubectl get deployments output" %}}
300+ {{% /tab %}}{{% tab name="kubectl get deployments output" %}}
301301
302302` ` ` text
303303NAME READY UP-TO-DATE AVAILABLE AGE
@@ -311,7 +311,7 @@ review 1/1 1 1
311311kubectl get services
312312` ` `
313313
314- {{% /tab %}}{{% tabe name="kubectl get services output" %}}
314+ {{% /tab %}}{{% tab name="kubectl get services output" %}}
315315
316316` ` ` text
317317NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
@@ -327,7 +327,7 @@ review NodePort 10.43.175.21 <none> 5000:30000/
327327curl localhost:30000
328328` ` `
329329
330- {{% /tab %}}{{% tabe name="curl localhost Output" %}}
330+ {{% /tab %}}{{% tab name="curl localhost Output" %}}
331331
332332` ` ` text
333333{
@@ -342,7 +342,7 @@ curl localhost:30000
342342` ` ` bash
343343curl localhost:30000/get_review
344344` ` `
345- {{% /tab %}}{{% tabe name="get review Output" %}}
345+ {{% /tab %}}{{% tab name="get review Output" %}}
346346
347347
348348` ` ` text
You can’t perform that action at this time.
0 commit comments