41 lines
1007 B
HTML
41 lines
1007 B
HTML
---
|
|
title: Not found
|
|
# This page was previously titled "Interactive Tutorial - Updating Your App"
|
|
# before Katacoda shut down.
|
|
#
|
|
# There is no need to localize this Not Found page; the website automatically
|
|
# serves a 404 response when a page is missing. If you have an existing localized
|
|
# version of this page, it is OK to remove that localized version.
|
|
weight: 20
|
|
headless: true
|
|
toc_hide: true
|
|
_build:
|
|
list: never
|
|
publishResources: false
|
|
---
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<body>
|
|
|
|
<main class="content">
|
|
|
|
<div>
|
|
<h2 class="katacoda-gone">
|
|
Content unavailable
|
|
</h2>
|
|
<p>
|
|
The interactive tutorial for updating an application in your 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>
|
|
|
|
</body>
|
|
</html>
|
|
|