docs: remove broken Ubuntu noble install instructions#45510
Open
gaurav0107 wants to merge 1 commit into
Open
Conversation
The install documentation showed an apt-based install path for Ubuntu 24.04 (noble), but apt.envoyproxy.io does not currently publish a noble release. Users following the docs hit a 404 on apt-get update. Replace the broken code-tab with a note that points users to the pre-built Docker images and the GitHub release binaries, and references the tracking issue. Fixes envoyproxy#44405 Signed-off-by: gaurav0107 <gauravdubey0107@gmail.com>
|
Docs for this Pull Request will be rendered here: https://storage.googleapis.com/envoy-cncf-pr/45510/docs/index.html The docs are (re-)rendered each time the CI |
|
Hi @gaurav0107, welcome and thank you for your contribution. We will try to review your Pull Request as quickly as possible. In the meantime, please take a look at the contribution guidelines if you have not done so already. |
Member
|
tbh i think we should remove the apt instructions for now - the repo hasnt been updated in a while and despite wanting to i didnt get time to fix it up |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The install documentation at
docs/root/start/install.rstincludes anapt-based install path for Ubuntu 24.04 (
noble), buthttps://apt.envoyproxy.iodoes not currently publish anoblerelease.Users following the documented commands hit a 404 on
apt-get update:This change removes the broken
Ubuntu noblecode-tabblock andreplaces it with a
.. note::block that::ref:link toinstall_binaries).This matches the maintainer's stated preference in the issue thread:
Commit Message: docs: remove broken Ubuntu noble install instructions
Additional Description: Replaced the non-functional
Ubuntu nobleapt install code-tab with a note pointing affected users to the working
Docker / GitHub-release install paths, and linking the tracking issue.
Risk Level: Low
Testing: Documentation-only change; no code changes, no tests added
or modified. Visually verified the resulting RST renders as a
.. note::admonition immediately after the existing Debian-based tabs.
Docs Changes: This is the docs change.
docs/root/start/install.rstupdated.
Release Notes: None — documentation-only fix to existing instructions
that were broken at publication time.
Fixes #44405
Note on AI assistance: This change was prepared with AI assistance per
the generative AI policy.
The submitter understands the change, has reviewed the resulting RST, and
will respond to review feedback directly.