Skip to content

Commit 000d4d8

Browse files
authored
feat(alpha): create alpha warning & apply it to pages (spinnaker#569)
1 parent a9d7434 commit 000d4d8

File tree

9 files changed

+29
-4
lines changed

9 files changed

+29
-4
lines changed

_includes/alpha

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<blockquote class="warning">
2+
<p>
3+
The contents of this page refer to alpha features in Spinnaker
4+
{{ include.version }}.
5+
</p>
6+
<p>
7+
This means we are working on their stability and usability, as well as
8+
possibly adding or changing features. Expect rough edges, and file <a
9+
href="https://github.com/spinnaker/spinnaker/issues">issues</a> as needed.
10+
</p>
11+
</blockquote>

guides/tutorials/codelabs/kubernetes-v2-source-to-prod/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ sidebar:
55
nav: guides
66
---
77

8-
{% include toc %}
8+
{% include alpha version="1.6" %}
99

10-
> __☞ Note__: This codelab requires Spinnaker 1.6 or later.
10+
{% include toc %}
1111

1212
In this codelab you will configure:
1313

guides/user/kubernetes-v2/deploy-manifest/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar:
55
nav: guides
66
---
77

8+
{% include alpha version="1.6" %}
9+
810
{% include toc %}
911

1012
This guide is meant to show you the very basics of how to deploy a Kubernetes

guides/user/triggers/gcs/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar:
55
nav: guides
66
---
77

8+
{% include alpha version="1.6" %}
9+
810
{% include toc %}
911

1012
This guide explains how to configure Spinnaker to trigger pipelines based on

reference/artifacts/in-kubernetes-v2/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar:
55
nav: reference
66
---
77

8+
{% include alpha version="1.6" %}
9+
810
{% include toc %}
911

1012
Artifacts play an important role in the Kubernetes Provider V2. Everything from

reference/artifacts/in-pipelines/index.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ sidebar:
55
nav: reference
66
---
77

8-
{% include toc %}
8+
{% include alpha version="1.6" %}
99

1010
{% include
1111
warning
1212
content="Much of the behavior described here depends on looking up execution
1313
history in Redis. Deleting recent executions from Redis can cause
1414
unexpected behavior."
15-
%}
15+
%}
16+
17+
{% include toc %}
1618

1719
Now that you have an idea of [what an artifact is](/reference/artifacts/) in Spinnaker, you need to
1820
understand how it's used within pipelines. An artifact arrives in a pipeline execution either from an external trigger (for example, a Docker image pushed to registry) or by getting fetched by a stage. That artifact is then consumed by downstream stages based on pre-defined behavior.

reference/artifacts/types/overview/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar:
55
nav: reference
66
---
77

8+
{% include alpha version="1.6" %}
9+
810
While an artifact can reference any remote, deployable resource, we have
911
first-class support for in the form of:
1012

reference/providers/kubernetes-v2/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar:
55
nav: reference
66
---
77

8+
{% include alpha version="1.6" %}
9+
810
{% include toc %}
911

1012
This article describes how the Kubernetes provider v2 works, and how it differs

setup/install/providers/kubernetes-v2/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar:
55
nav: setup
66
---
77

8+
{% include alpha version="1.6" %}
9+
810
{% include toc %}
911

1012
The Spinnaker Kubernetes V2 provider fully supports manifest-based deployments.

0 commit comments

Comments
 (0)