Skip to content

Commit

Permalink
add redirect, tweak tmpfs wording
Browse files Browse the repository at this point in the history
  • Loading branch information
gulducat committed Jan 31, 2023
1 parent 29a7990 commit d10b6ac
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/content/docs/integrations/consul-connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,9 @@ nomad alloc fs b36a alloc/logs/envoy_bootstrap.stderr.0
```

Note: If the alloc is unable to start successfully, debugging files may
only be accessible from the host filesystem. The sidecar task secrets directory
may not be available in systems where it is mounted in a temporary file system.
only be accessible from the host filesystem. However, the sidecar task secrets
directory may not be available in systems where it is mounted in a temporary
filesystem.

[count-dashboard]: /img/count-dashboard.png
[consul_acl]: https://github.com/hashicorp/consul/issues/7414
Expand Down
16 changes: 16 additions & 0 deletions website/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,22 @@ module.exports = [
permanent: true,
},
*/

// /s/* redirects for useful links that need a stable URL but we may need to
// change its destination in the future.
{
source: '/s/port-plan-failure',
destination:
'https://www.nomadproject.io/docs/operations/monitoring-nomad#progress',
permanent: false,
},
{
source: '/s/envoy-bootstrap-error',
destination:
'https://developer.hashicorp.com/nomad/docs/integrations/consul-connect#troubleshooting',
permanent: false,
},

// Rename and re-arrange Autoscaling Internals section
{
source: '/nomad/tools/autoscaling/internals/:path*',
Expand Down

0 comments on commit d10b6ac

Please sign in to comment.