-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update testing-how-to.md #2839
Merged
Merged
Update testing-how-to.md #2839
Changes from 6 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
d34396f
Update testing-how-to.md
AmberAlston 7a93841
Update replicated-cli-cluster-prepare.md
AmberAlston a30aadf
Update testing-how-to.md
AmberAlston 738b73a
Update testing-supported-clusters.md
AmberAlston 2d49d57
Update testing-supported-clusters.md
AmberAlston ade0a92
Update testing-how-to.md
AmberAlston 70c12a5
Update testing-how-to.md
AmberAlston 06c2294
Update testing-supported-clusters.md
AmberAlston 3fc3f1e
docs edits
paigecalvert f9b3bc8
Update testing-how-to.md
paigecalvert c71ebf1
Update testing-supported-clusters.md
paigecalvert d54ca90
Update replicated-cli-cluster-prepare.md
paigecalvert File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -244,7 +244,7 @@ Compatibility Matrix supports creating clusters with Replicated Embedded Cluster | |
<td> | ||
<ul> | ||
<li>The Admin Console UI is not exposed publicly and must be exposed via `kubectl -n kotsadm port-forward svc/kurl-proxy-kotsadm 38800:8800`. The password for the Admin Console is `password`.</li> | ||
<li>A valid customer license is required for installing with Embedded Cluster.</li> | ||
<li><b>A valid customer license is required to create an Embedded Cluster.</b></li> | ||
<li>The [cluster prepare](/vendor/testing-how-to#prepare-clusters) command is not supported.</li> | ||
</ul> | ||
<p>For additional limitations that apply to all distributions, see <a href="testing-about#limitations">Limitations</a>.</p> | ||
|
@@ -267,7 +267,7 @@ Compatibility Matrix supports creating [kURL](https://kurl.sh) clusters. | |
</tr> | ||
<tr> | ||
<th>Supported kURL Versions</th> | ||
<td>Any promoted kURL installer. For an installer version other than "latest", you can find the ID for previously promoted installers on the **Channels > kURL Installer History** page in the Vendor Portal. For more information about viewing the history of kURL installers promoted to a channel, see [Installer History](/vendor/installer-history).</td> | ||
<td>Any promoted kURL installer. Version is optional. For an installer version other than "latest", you can find the ID for previously promoted installers on the **Channels > kURL Installer History** page in the Vendor Portal. For more information about viewing the history of kURL installers promoted to a channel, see [Installer History](/vendor/installer-history).</td> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we clarify it needs to be the slug, and not the sequence number for kURL? |
||
</tr> | ||
<tr> | ||
<th>Supported Instance Types</th> | ||
|
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this going to result in people actually trying
--version latest
for EC? Which will not work, as it should be a channel sequence number.