Skip to content

Commit

Permalink
Merge branch 'main' into alpeb/prune-allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
kflynn committed May 7, 2024
2 parents c3bb73e + 2cc7563 commit 8c77a32
Show file tree
Hide file tree
Showing 14 changed files with 393 additions and 135 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
make build-run.linkerd.io
- uses: actions/[email protected].1
- uses: actions/[email protected].3
with:
name: run.linkerd.io
path: tmp/run.linkerd.io/public
Expand All @@ -50,7 +50,7 @@ jobs:
needs: [build]

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].7
with:
name: run.linkerd.io

Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2-edge/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ more](https://kubernetes.io/docs/setup/).)
Validate your Kubernetes setup by running:

```bash
kubectl version --short
kubectl version
```

You should see output with both a `Client Version` and `Server Version`
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.10/checks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script type="text/javascript">
window.onload = function() {
var hash = window.location.hash;
window.location.href = window.location.origin + "/2.10/tasks/troubleshooting/" + hash;
window.location.href = window.location.origin + "/2/tasks/troubleshooting/" + hash;
}
</script>
<title>Linkerd Check Redirection</title>
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.11/checks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script type="text/javascript">
window.onload = function() {
var hash = window.location.hash;
window.location.href = window.location.origin + "/2.11/tasks/troubleshooting/" + hash;
window.location.href = window.location.origin + "/2/tasks/troubleshooting/" + hash;
}
</script>
<title>Linkerd Check Redirection</title>
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.12/checks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script type="text/javascript">
window.onload = function() {
var hash = window.location.hash;
window.location.href = window.location.origin + "/2.12/tasks/troubleshooting/" + hash;
window.location.href = window.location.origin + "/2/tasks/troubleshooting/" + hash;
}
</script>
<title>Linkerd Check Redirection</title>
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.13/checks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script type="text/javascript">
window.onload = function() {
var hash = window.location.hash;
window.location.href = window.location.origin + "/2.13/tasks/troubleshooting/" + hash;
window.location.href = window.location.origin + "/2/tasks/troubleshooting/" + hash;
}
</script>
<title>Linkerd Check Redirection</title>
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.14/checks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script type="text/javascript">
window.onload = function() {
var hash = window.location.hash;
window.location.href = window.location.origin + "/2.15/tasks/troubleshooting/" + hash;
window.location.href = window.location.origin + "/2/tasks/troubleshooting/" + hash;
}
</script>
<title>Linkerd Check Redirection</title>
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.15/checks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script type="text/javascript">
window.onload = function() {
var hash = window.location.hash;
window.location.href = window.location.origin + "/2.14/tasks/troubleshooting/" + hash;
window.location.href = window.location.origin + "/2/tasks/troubleshooting/" + hash;
}
</script>
<title>Linkerd Check Redirection</title>
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.15/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ more](https://kubernetes.io/docs/setup/).)
Validate your Kubernetes setup by running:

```bash
kubectl version --short
kubectl version
```

You should see output with both a `Client Version` and `Server Version`
Expand Down
Loading

0 comments on commit 8c77a32

Please sign in to comment.