broken link - "This job failed because the necessary resources were not successfully created. More information"

Summary

Investigation of a customer ticket on GitLab.com (14.3.0-pre 431e1e85) included encountering the following error on a job:

image

"This job failed because the necessary resources were not successfully created. More information"

The "More information" link to https://gitlab.com/help/user/project/clusters/index.html#troubleshooting is broken.

GitLab team members can read more in the ticket.

Steps to reproduce

This relates to problems deploying to Kubernetes.

Example Project

n/a

What is the current bug behavior?

Error has a link to documentation that has been (re)moved

The docs change was !64539 (merged)

What is the expected correct behavior?

Link is correct

https://docs.gitlab.com/ee/user/project/clusters/deploy_to_cluster.html#troubleshooting

Relevant logs and/or screenshots

Output of checks

Results of GitLab environment info

Expand for output related to GitLab environment info

(For installations with omnibus-gitlab package run and paste the output of:
`sudo gitlab-rake gitlab:env:info`)

(For installations from source run and paste the output of:
`sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)

Results of GitLab application Check

Expand for output related to the GitLab application check

(For installations with omnibus-gitlab package run and paste the output of: sudo gitlab-rake gitlab:check SANITIZE=true)

(For installations from source run and paste the output of: sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true)

(we will only investigate if the tests are passing)

Possible fixes

https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/assets/javascripts/jobs/components/unmet_prerequisites_block.vue#L12

  i18n: {
    failMessage: s__(
      'Job|This job failed because the necessary resources were not successfully created.',
    ),
    moreInformation: __('More information'),
  },

I have been unable to locate the reference to https://gitlab.com/help/user/project/clusters/index.html#troubleshooting