Update microservices tutorial for Katacoda EOL
No more Katacoda. Explain that the tutorial isn't available.
This commit is contained in:
parent
82887437d5
commit
46f37c3597
|
@ -1,26 +1,34 @@
|
|||
---
|
||||
title: "Interactive Tutorial - Configuring a Java Microservice"
|
||||
title: "Tutorial - Configuring a Java Microservice"
|
||||
weight: 20
|
||||
headless: true
|
||||
toc_hide: true
|
||||
_build:
|
||||
list: never
|
||||
publishResources: false
|
||||
---
|
||||
|
||||
{{% katacoda-removal %}}
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<body>
|
||||
|
||||
<link href="/docs/tutorials/kubernetes-basics/public/css/styles.css" rel="stylesheet">
|
||||
<link href="/docs/tutorials/kubernetes-basics/public/css/overrides.css" rel="stylesheet">
|
||||
{{< katacoda-tutorial >}}
|
||||
|
||||
<div class="layout" id="top">
|
||||
|
||||
<main class="content katacoda-content">
|
||||
<div class="katacoda">
|
||||
<div class="katacoda__box" id="inline-terminal-1" data-katacoda-id="kubernetes-bootcamp/9" data-katacoda-color="326de6" data-katacoda-secondary="273d6d" data-katacoda-hideintro="false" data-katacoda-prompt="Kubernetes Bootcamp Terminal" style="height: 600px;"></div>
|
||||
<div>
|
||||
<h2 class="katacoda-gone">
|
||||
Content unavailable
|
||||
</h2>
|
||||
<p>
|
||||
The interactive tutorial for creating a cluster is not available.
|
||||
For more information, see the
|
||||
<a href="https://kubernetes.io/blog/2023/02/14/kubernetes-katacoda-tutorials-stop-from-2023-03-31/">
|
||||
shutdown announcement</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue