forked from docs/doc-exports
Compare commits
39 Commits
yexinru_uc
...
add-openap
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e0bbcac1d | |||
| 1f1eb653a0 | |||
| 9a02fd138c | |||
| fa3f478d84 | |||
| 6bc5dd3497 | |||
| 99d7ff5a10 | |||
| 0b3a43371a | |||
| 1421199fd8 | |||
| 409fe16e38 | |||
| 3f4bdc86f8 | |||
| 8e38ff8c9e | |||
| d1ef8ab752 | |||
| d167e4cc29 | |||
| 1121d98de9 | |||
| 5374c21852 | |||
| eb1f0e33cc | |||
| c49ab04f1a | |||
| 456265ead9 | |||
| 7a0482364b | |||
| dd4c7da95e | |||
| d0fdb06851 | |||
| d9d9ef8f3a | |||
| b327ddf16f | |||
| d63cd05074 | |||
| 0526afc72c | |||
| 95e4945935 | |||
| b1d3032602 | |||
| 4813caf659 | |||
| 64dfadb38d | |||
| b5be8917cf | |||
| 487ff19e34 | |||
| dc5d5209b0 | |||
| 382dfe8964 | |||
| bb1faaede3 | |||
| 8093b53dac | |||
| 5df6efba54 | |||
| c6d6df168e | |||
| a22df3329e | |||
| af6f5ee1ab |
@ -43,22 +43,40 @@ jobs:
|
||||
git fetch origin $BASE_SHA
|
||||
echo "changed_files=$(git diff --name-only ${BASE_SHA}...HEAD | grep -E '^docs/[^/]+/openapi/.*\.(yaml|yml)$' | xargs)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Get commit SHA and build file URLs
|
||||
- name: List changed files
|
||||
run: |
|
||||
for file in ${{ steps.changed-files.outputs.changed_files }}; do
|
||||
echo "$file was changed"
|
||||
done
|
||||
|
||||
- name: Get changed OpenAPI files (branch URLs)
|
||||
id: changed-urls
|
||||
run: |
|
||||
# Determine the HEAD SHA to use for URL construction
|
||||
if [ -n "${{ gitea.event.pull_request.head.sha }}" ]; then
|
||||
HEAD_SHA="${{ gitea.event.pull_request.head.sha }}"
|
||||
else
|
||||
HEAD_SHA="${{ gitea.sha }}"
|
||||
BASE_SHA="${{ gitea.event.pull_request.base.sha }}"
|
||||
git fetch origin $BASE_SHA
|
||||
|
||||
# Use PR branch if available, otherwise push branch
|
||||
BRANCH="${{ gitea.head_ref }}"
|
||||
if [ -z "$BRANCH" ]; then
|
||||
BRANCH="${{ gitea.ref_name }}"
|
||||
fi
|
||||
|
||||
REPO_URL="${{ gitea.server_url }}/${{ gitea.repository }}"
|
||||
|
||||
# Only docs/*/openapi/*.yaml or yml
|
||||
# FILES=$(git diff --name-only ${BASE_SHA}...HEAD \
|
||||
# | grep -E '^docs/[^/]+/openapi/.*\.(yaml|yml)$' || true)
|
||||
|
||||
echo "changed urls"
|
||||
|
||||
for file in ${{ steps.changed-files.outputs.changed_files }}; do
|
||||
echo "$REPO_URL/raw/branch/$BRANCH/$file"
|
||||
done
|
||||
|
||||
echo "changed_urls<<EOF" >> $GITHUB_OUTPUT
|
||||
|
||||
for file in ${{ steps.changed-files.outputs.changed_files }}; do
|
||||
echo "$REPO_URL/src/commit/$HEAD_SHA/$file"
|
||||
echo "$REPO_URL/raw/branch/$BRANCH/$file"
|
||||
done >> $GITHUB_OUTPUT
|
||||
|
||||
echo "EOF" >> $GITHUB_OUTPUT
|
||||
@ -85,14 +103,14 @@ jobs:
|
||||
OPENAPI_TOKEN="$(curl -X POST "https://${API_URL}/api/token/machine" \
|
||||
-H "X-Internal-Api-Key: $INTERNAL_OPENAPI_KEY" | jq -r .access_token)"
|
||||
echo "::add-mask::$OPENAPI_TOKEN"
|
||||
|
||||
|
||||
while IFS= read -r url; do
|
||||
[ -z "$url" ] && continue
|
||||
|
||||
echo "=============================="
|
||||
echo "Validating: $url"
|
||||
|
||||
# --- 1. trigger validation using commit-based URL ---
|
||||
# --- 1. trigger validation using file_content ---
|
||||
VALIDATION_RESPONSE=$(curl -sS -X POST "https://${API_URL}/api/validate" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $OPENAPI_TOKEN" \
|
||||
@ -159,7 +177,7 @@ jobs:
|
||||
|
||||
# fallback if API doesn't return UI link
|
||||
REPORT_URL="https://${REPORTPORTAL_URL}/ui/#openapi/launches/all/$LAUNCH_ID"
|
||||
|
||||
|
||||
# --- 5. summary ---
|
||||
echo ""
|
||||
echo "📊 Validation summary"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -7,9 +7,9 @@
|
||||
<div class="section" id="asm_01_0020__en-us_topic_0000001542706401_section1486314595204"><h4 class="sectiontitle">Constraints</h4><ul id="asm_01_0020__en-us_topic_0000001542706401_ul186475910202"><li id="asm_01_0020__en-us_topic_0000001542706401_li1786417596203">ASM depends on the domain name resolution of CoreDNS. Before creating a service mesh for a cluster, ensure that the cluster has required resources and CoreDNS is running normally.</li><li id="asm_01_0020__li133817361244">The components of Istio 1.13 and 1.15 cannot run on nodes running CentOS or EulerOS 2.5. When creating a service mesh, do not specify these types of nodes as master nodes.</li></ul>
|
||||
</div>
|
||||
<div class="section" id="asm_01_0020__en-us_topic_0000001542706401_section201371027102715"><h4 class="sectiontitle">Procedure</h4><ol id="asm_01_0020__en-us_topic_0000001542706401_ol1158918434276"><li id="asm_01_0020__en-us_topic_0000001542706401_li184614499427"><span>Log in to the ASM console.</span></li><li id="asm_01_0020__en-us_topic_0000001542706401_li125894431271"><span>Click <strong id="asm_01_0020__b205391310114513">Create Mesh</strong> in the upper right corner.</span></li><li id="asm_01_0020__en-us_topic_0000001542706401_li135891543162714"><span>Configure the following parameters.</span><p><ul id="asm_01_0020__en-us_topic_0000001542706401_ul75901043202711"><li id="asm_01_0020__en-us_topic_0000001542706401_li2092711501216"><strong id="asm_01_0020__en-us_topic_0000001542706401_b1094850142211">Mesh Edition</strong><p id="asm_01_0020__en-us_topic_0000001542706401_p4479132261213">Only service meshes of the Basic edition are supported for commercial use.</p>
|
||||
</li><li id="asm_01_0020__en-us_topic_0000001542706401_li35901243162718"><strong id="asm_01_0020__b22496209">Mesh Name</strong><p id="asm_01_0020__en-us_topic_0000001542706401_p19590743152711">Enter a service mesh name, which consists of 4 to 64 characters. It must start with a lowercase letter and cannot end with a hyphen (-). Only lowercase letters, digits, and hyphens (-) are allowed.</p>
|
||||
</li><li id="asm_01_0020__en-us_topic_0000001542706401_li35901243162718"><strong id="asm_01_0020__b1101751604">Mesh Name</strong><p id="asm_01_0020__en-us_topic_0000001542706401_p19590743152711">Enter a service mesh name, which consists of 4 to 64 characters. It must start with a lowercase letter and cannot end with a hyphen (-). Only lowercase letters, digits, and hyphens (-) are allowed.</p>
|
||||
<p id="asm_01_0020__en-us_topic_0000001542706401_p11590144316275">Each name in the same account must be unique. After a service mesh is created, the name cannot be modified.</p>
|
||||
</li><li id="asm_01_0020__en-us_topic_0000001542706401_li3590184362716"><strong id="asm_01_0020__b1611790005">Istio Version</strong><p id="asm_01_0020__en-us_topic_0000001542706401_p19590144310274">Select the Istio version supported by the service mesh.</p>
|
||||
</li><li id="asm_01_0020__en-us_topic_0000001542706401_li3590184362716"><strong id="asm_01_0020__b1115042375">Istio Version</strong><p id="asm_01_0020__en-us_topic_0000001542706401_p19590144310274">Select the Istio version supported by the service mesh.</p>
|
||||
</li><li id="asm_01_0020__li20991123625914"><strong id="asm_01_0020__b54661518132116">Enable IPv6</strong><p id="asm_01_0020__p04381549215">Conditions for enabling IPv4/IPv6 dual stack for a service mesh</p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="asm_01_0020__table11439754142117" frame="border" border="1" rules="all"><thead align="left"><tr id="asm_01_0020__row1743955417212"><th align="left" class="cellrowborder" valign="top" width="12.379999999999999%" id="mcps1.3.4.2.3.2.1.4.3.1.6.1.1"><p id="asm_01_0020__p1643985417218">Service Mesh Edition</p>
|
||||
@ -42,19 +42,19 @@
|
||||
<div class="note" id="asm_01_0020__note18440654152111"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><ul id="asm_01_0020__ul1744075432120"><li id="asm_01_0020__li1744055413210"><strong id="asm_01_0020__b11396256101815">Enable IPv6</strong> is only available in Basic service meshes based on Istio 1.18 or later.</li><li id="asm_01_0020__li194404548216">IPv4/IPv6 dual stack cannot be enabled for a service mesh whose Istio version is upgraded to 1.18 or later.</li></ul>
|
||||
<ul id="asm_01_0020__ul144085482119"><li id="asm_01_0020__li1344010549212">IPv4/IPv6 dual stack cannot be disabled once it is enabled for a service mesh. IPv4/IPv6 dual stack cannot be enabled for an existing service mesh.</li></ul>
|
||||
</div></div>
|
||||
</li><li id="asm_01_0020__en-us_topic_0000001542706401_li4590154315271"><strong id="asm_01_0020__b1825392822">Cluster</strong><p id="asm_01_0020__en-us_topic_0000001542706401_p4590184313278">Select the cluster from the cluster list or enter the cluster name in the upper right corner of the list to search for the cluster. You can only select the clusters whose versions are supported by the current service mesh version.</p>
|
||||
</li><li id="asm_01_0020__en-us_topic_0000001542706401_li159044311277"><strong id="asm_01_0020__b553295356">Mesh Control Plane Node</strong><p id="asm_01_0020__en-us_topic_0000001542706401_p125902437272">The control plane components of a Basic service mesh are installed in your cluster. You need to select a node for installing the control plane. If HA is required, you can select two or more nodes from different AZs.</p>
|
||||
</li><li id="asm_01_0020__en-us_topic_0000001542706401_li4590154315271"><strong id="asm_01_0020__b1657068806">Cluster</strong><p id="asm_01_0020__en-us_topic_0000001542706401_p4590184313278">Select the cluster from the cluster list or enter the cluster name in the upper right corner of the list to search for the cluster. You can only select the clusters whose versions are supported by the current service mesh version.</p>
|
||||
</li><li id="asm_01_0020__en-us_topic_0000001542706401_li159044311277"><strong id="asm_01_0020__b871656394">Mesh Control Plane Node</strong><p id="asm_01_0020__en-us_topic_0000001542706401_p125902437272">The control plane components of a Basic service mesh are installed in your cluster. You need to select a node for installing the control plane. If HA is required, you can select two or more nodes from different AZs.</p>
|
||||
<p id="asm_01_0020__en-us_topic_0000001542706401_p1959024392713">A selected node will be labeled with <strong id="asm_01_0020__b12113195612363">istio:master</strong>, and the components will be scheduled to that node.</p>
|
||||
</li><li id="asm_01_0020__li17225629125"><strong id="asm_01_0020__b182161818152520">Observability Configuration</strong><ul id="asm_01_0020__ul162251921123"><li id="asm_01_0020__li1522512214127"><strong id="asm_01_0020__b1443315218391">Tracing</strong><p id="asm_01_0020__p015131035712"><strong id="asm_01_0020__b1314122314192">Enable Call Chain</strong>: If this option is enabled, you can use distributed tracing to track requests in the service mesh.</p>
|
||||
<p id="asm_01_0020__p3225124129">- <strong id="asm_01_0020__b1649171110292">Sampling Rate</strong>: The number of requests generated by the tracing service/The total number of requests</p>
|
||||
<p id="asm_01_0020__p722519210123">- <strong id="asm_01_0020__b13853258294">Version</strong>: tracing service. If you select <strong id="asm_01_0020__b1028517591813">Third-party Jaeger/Zipkin service</strong>, you need to set <strong id="asm_01_0020__b613018597425">Service Address</strong> and <strong id="asm_01_0020__b665636154317">Service Port</strong>, which indicate the address and port number used by the third-party tracing service to receive requests.</p>
|
||||
<div class="note" id="asm_01_0020__note122518211219"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><ul id="asm_01_0020__ul1522613251216"><li id="asm_01_0020__li112261223127">Only Istio 1.15 and later versions support third-party tracing services.</li><li id="asm_01_0020__li142761222131512">If you want to use the third-party Jaeger or Zipkin service, install it first. Then, obtain the service address.</li><li id="asm_01_0020__li1622612111211">The default service ports of Jaeger and Zipkin are both 9411. If you create a custom service port during Jaeger or Zipkin installation, replace <strong id="asm_01_0020__b1161449123214">Service Port</strong> with the actual value.</li></ul>
|
||||
<div class="note" id="asm_01_0020__note122518211219"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><ul id="asm_01_0020__ul1522613251216"><li id="asm_01_0020__li112261223127">Only Istio 1.15 or later support the third-party tracing service.</li><li id="asm_01_0020__li142761222131512">If you want to use the third-party Jaeger or Zipkin service, install it first. Then, obtain the service address.</li><li id="asm_01_0020__li1622612111211">The default service ports of Jaeger and Zipkin are both 9411. If you create a custom service port during Jaeger or Zipkin installation, replace <strong id="asm_01_0020__b1161449123214">Service Port</strong> with the actual value.</li></ul>
|
||||
</div></div>
|
||||
</li></ul>
|
||||
</li></ul>
|
||||
</p></li><li id="asm_01_0020__en-us_topic_0000001542706401_li185901043112713"><span>(Optional) Specify advanced settings.</span><p><ul id="asm_01_0020__en-us_topic_0000001542706401_ul195914431277"><li id="asm_01_0020__en-us_topic_0000001542706401_li105911243172720"><strong id="asm_01_0020__b337428543">Namespace Injection Settings</strong><p id="asm_01_0020__en-us_topic_0000001542706401_p0591154316270">Select a namespace and label it with <strong id="asm_01_0020__b0190101221818">istio-injection=enabled</strong>. After being restarted, all pods in the namespace will be automatically injected with istio-proxy sidecars.</p>
|
||||
</p></li><li id="asm_01_0020__en-us_topic_0000001542706401_li185901043112713"><span>(Optional) Specify advanced settings.</span><p><ul id="asm_01_0020__en-us_topic_0000001542706401_ul195914431277"><li id="asm_01_0020__en-us_topic_0000001542706401_li105911243172720"><strong id="asm_01_0020__b1108310788">Namespace Injection Settings</strong><p id="asm_01_0020__en-us_topic_0000001542706401_p0591154316270">Select a namespace and label it with <strong id="asm_01_0020__b0190101221818">istio-injection=enabled</strong>. After being restarted, all pods in the namespace will be automatically injected with istio-proxy sidecars.</p>
|
||||
<p id="asm_01_0020__en-us_topic_0000001542706401_p1459184332714">If you do not configure namespace injection, you can inject a sidecar on the <strong id="asm_01_0020__b1960806132112">Sidecar Management</strong> tab (<strong id="asm_01_0020__b86087612111">Mesh Configuration</strong> > <strong id="asm_01_0020__b196087611215">Sidecar Management</strong>) after the service mesh is created. For details, see <a href="asm_01_0041.html#asm_01_0041__section65931513505">Injecting a Sidecar</a>.</p>
|
||||
</li><li id="asm_01_0020__en-us_topic_0000001542706401_li1059184310276"><strong id="asm_01_0020__b1505440256">Restart Existing Services</strong><p id="asm_01_0020__en-us_topic_0000001542706401_p12591144362715"><span><img id="asm_01_0020__image879324619490" src="en-us_image_0000001920032153.png"></span>: The pods of existing services in the namespace will be restarted, which will temporarily interrupt your services. The istio-proxy sidecars can be automatically injected to the pods of existing services only after the pods are restarted.</p>
|
||||
</li><li id="asm_01_0020__en-us_topic_0000001542706401_li1059184310276"><strong id="asm_01_0020__b109080228">Restart Existing Services</strong><p id="asm_01_0020__en-us_topic_0000001542706401_p12591144362715"><span><img id="asm_01_0020__image879324619490" src="en-us_image_0000001920032153.png"></span>: The pods of existing services in the namespace will be restarted, which will temporarily interrupt your services. The istio-proxy sidecars can be automatically injected to the pods of existing services only after the pods are restarted.</p>
|
||||
<p id="asm_01_0020__en-us_topic_0000001542706401_p195911343162718"><span><img id="asm_01_0020__en-us_topic_0000001542706401_image1736110311031" src="en-us_image_0000001494249996.png"></span>: The istio-proxy sidecars cannot be automatically injected into the pods of existing services. You need to manually restart the pods on the CCE console to inject the sidecars.</p>
|
||||
</li><li id="asm_01_0020__li103761117176"><strong id="asm_01_0020__b161488533415">Traffic Interception Settings</strong><div class="note" id="asm_01_0020__note9376117978"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="asm_01_0020__p2376181712720">By default, sidecars intercept all inbound and outbound traffic of pods. You can modify the default traffic rules in <strong id="asm_01_0020__b134331479345">Traffic Interception Settings</strong>.</p>
|
||||
</div></div>
|
||||
@ -67,9 +67,9 @@
|
||||
<p id="asm_01_0020__p11377181717712"><strong id="asm_01_0020__b20653518442">Outbound IP Ranges</strong>: IP address ranges separated by commas (,) in CIDR format. You can use this field to specify the IP ranges that will be included or excluded for outbound traffic redirection.</p>
|
||||
<ul id="asm_01_0020__ul1337716172078"><li id="asm_01_0020__li1377417579"><strong id="asm_01_0020__b39502030153411">Include only specified IP ranges</strong> means that the traffic from specified IP ranges will be redirected to the sidecar.</li></ul>
|
||||
<ul id="asm_01_0020__ul14377181711717"><li id="asm_01_0020__li3377171710719"><strong id="asm_01_0020__b393303213347">Exclude only specified IP ranges</strong> means that the traffic from IP ranges except the specified IP ranges will be redirected to the sidecar.</li></ul>
|
||||
</li><li id="asm_01_0020__li1611138125316"><strong id="asm_01_0020__b896573998">Resource Tags</strong><p id="asm_01_0020__p1711128135317">Enter the tag key and tag value. A maximum of 20 tags can be added.</p>
|
||||
</li><li id="asm_01_0020__li1611138125316"><strong id="asm_01_0020__b308289121">Resource Tags</strong><p id="asm_01_0020__p1711128135317">Enter the tag key and tag value. A maximum of 20 tags can be added.</p>
|
||||
</li></ul>
|
||||
</p></li><li id="asm_01_0020__en-us_topic_0000001542706401_li859154318271"><span>Review the service mesh configuration in <strong id="asm_01_0020__b1410335113">Configuration List</strong> on the right of the page and click <strong id="asm_01_0020__b250962436">Submit</strong>.</span><p><p id="asm_01_0020__en-us_topic_0000001542706401_p13591174382714">It takes about 1 to 3 minutes to create a service mesh. If the service mesh status changes from <strong id="asm_01_0020__b1250689906">Installing</strong> to <strong id="asm_01_0020__b1089094307">Running</strong>, the service mesh is successfully created.</p>
|
||||
</p></li><li id="asm_01_0020__en-us_topic_0000001542706401_li859154318271"><span>Review the service mesh configuration in <strong id="asm_01_0020__b298934016">Configuration List</strong> on the right of the page and click <strong id="asm_01_0020__b1869262857">Submit</strong>.</span><p><p id="asm_01_0020__en-us_topic_0000001542706401_p13591174382714">It takes about 1 to 3 minutes to create a service mesh. If the service mesh status changes from <strong id="asm_01_0020__b1089376003">Installing</strong> to <strong id="asm_01_0020__b341929893">Running</strong>, the service mesh is successfully created.</p>
|
||||
<div class="note" id="asm_01_0020__en-us_topic_0000001542706401_note14591184342712"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="asm_01_0020__en-us_topic_0000001542706401_p1459119432275">When the service mesh is enabled, the following operations are performed:</p>
|
||||
<ul id="asm_01_0020__en-us_topic_0000001542706401_ul859134311276"><li id="asm_01_0020__en-us_topic_0000001542706401_li195911043152719">Helm orchestrates the application into a Release as the resource of the service mesh control plane.</li></ul>
|
||||
</div></div>
|
||||
|
||||
@ -5,15 +5,12 @@
|
||||
<div class="section" id="asm_01_0041__section65931513505"><a name="asm_01_0041__section65931513505"></a><a name="section65931513505"></a><h4 class="sectiontitle">Injecting a Sidecar</h4><p id="asm_01_0041__p1820212632111">You can view the namespace and cluster that the injected sidecar belongs to. If no sidecar has been injected or you need to inject sidecars for more namespaces, perform the following operations:</p>
|
||||
<ol id="asm_01_0041__ol13641175216560"><li id="asm_01_0041__li683575385614"><span>Log in to the ASM console and click the name of the target service mesh to go to its details page.</span></li><li id="asm_01_0041__li987742619292"><span>In the navigation pane, choose <strong id="asm_01_0041__b23024965310246">Mesh Configuration</strong>. Then, click the <strong id="asm_01_0041__b79698741510246">Sidecar Management</strong> tab.</span></li><li id="asm_01_0041__li122863200343"><span>Click <strong id="asm_01_0041__b212025475310246">Sidecar Management</strong>, select a namespace, determine whether enable <strong id="asm_01_0041__b34328513417">Restart Existing Services</strong>, and click <strong id="asm_01_0041__b163426572510246">OK</strong>.</span><p><p id="asm_01_0041__p5867153384619">Parameter description:</p>
|
||||
<ul id="asm_01_0041__ul1213414267113"><li id="asm_01_0041__li151346264113"><strong id="asm_01_0041__b162639501293">Namespace</strong>: Select one or more namespaces. The system adds labels for namespaces based on Istio versions.<ul id="asm_01_0041__ul715833017173"><li id="asm_01_0041__li115810307178"><strong id="asm_01_0041__b93355351461">istio-injection=enabled</strong> can be used in Istio 1.13.9-r3 and earlier versions, as well as Istio 1.15.5-r2 and earlier versions.</li></ul>
|
||||
<ul id="asm_01_0041__ul196772518187"><li id="asm_01_0041__li6677853189"><strong id="asm_01_0041__b5658241104719">istio.io/rev=<revision></strong> can be used in Istio later than 1.13.9-r3, Istio later than 1.15.5-r2, all Istio 1.18 versions, and all Istio 1.28 versions.</li></ul>
|
||||
<ul id="asm_01_0041__ul196772518187"><li id="asm_01_0041__li6677853189"><strong id="asm_01_0041__b5658241104719">istio.io/rev=<revision></strong> can be used in Istio later than 1.13.9-r3, Istio later than 1.15.5-r2, and all Istio 1.18 versions.</li></ul>
|
||||
</li><li id="asm_01_0041__li1283731219"><strong id="asm_01_0041__b176898850910246">Restart Existing Services</strong><p id="asm_01_0041__p16974516217"><span><img id="asm_01_0041__image1251935012150" src="en-us_image_0000001930216052.png"></span>: Enabling <strong id="asm_01_0041__b178031814163717">Restart Existing Services</strong> will restart the pods of existing services and temporarily interrupt your services. New pods will have istio-proxy sidecars automatically injected.</p>
|
||||
<ul id="asm_01_0041__ul1893924912361"><li id="asm_01_0041__li149404492367">If you select a new namespace, an automatic injection label is added. After all pods running the Deployment in that namespace are restarted, the istio-proxy sidecars will be automatically injected into new pods.</li></ul>
|
||||
<ul id="asm_01_0041__ul330205410366"><li id="asm_01_0041__li5302135413618">If you deselect a namespace, the automatic injection label is deleted. After all pods running the Deployment in that namespace are restarted, new pods do not have istio-proxy sidecars.</li></ul>
|
||||
<ul id="asm_01_0041__ul157408585364"><li id="asm_01_0041__li074055833619">If there are pods that are not injected with sidecars in selected namespaces, all pods running the Deployment will be restarted to inject sidecars. If all pods have sidecars injected, the pods will not be restarted.</li></ul>
|
||||
<p id="asm_01_0041__p45731657222"><span><img id="asm_01_0041__image1736110311031" src="en-us_image_0000001256463368.png"></span>: The istio-proxy sidecars cannot be automatically injected into the pods of existing services. You need to manually restart the pods on the CCE console to inject the sidecars. This parameter affects only existing services. If the namespaces are labeled with <strong id="asm_01_0041__b1545117533412">istio-injection=enabled</strong> or <strong id="asm_01_0041__b95971230195613">istio.io/rev=<revision></strong>, sidecars will be automatically injected into new pods.</p>
|
||||
<div class="caution" id="asm_01_0041__note1035861813226"><span class="cautiontitle"><img src="public_sys-resources/caution_3.0-en-us.png"> </span><div class="cautionbody"><p id="asm_01_0041__p191121442193617">This module does not provide the function of restarting services in a specific namespace. If a namespace is not selected, the automatic injection label will be removed from the namespace. After the workload in the namespace is restarted, the istio-proxy sidecar will not be automatically injected.</p>
|
||||
<p id="asm_01_0041__p735815185225">To inject a sidecar into a workload in a specified namespace, ensure that the namespace is selected and enabled. Then, go to the <strong id="asm_01_0041__b106411057172819">Workloads</strong> page of the CCE cluster console, select the workload, and choose <strong id="asm_01_0041__b173501542913">More</strong> > <strong id="asm_01_0041__b156784815297">Redeploy</strong>. After the workload is restarted, the istio-proxy sidecar is automatically injected.</p>
|
||||
</div></div>
|
||||
<p id="asm_01_0041__p45731657222"><span><img id="asm_01_0041__image1736110311031" src="en-us_image_0000001256463368.png"></span>: When you do not enable <strong id="asm_01_0041__b198411563510">Restart Existing Services</strong>, the istio-proxy sidecars cannot be automatically injected into the pods of existing services. In this case, you need to manually restart the pods on the CCE console to inject the sidecars. This parameter affects only existing services. If the namespaces are labeled with <strong id="asm_01_0041__b1545117533412">istio-injection=enabled</strong>, sidecars will be automatically injected into new pods.</p>
|
||||
</li><li id="asm_01_0041__li975935132613"><strong id="asm_01_0041__b4935192843517">Traffic Interception Settings</strong><div class="note" id="asm_01_0041__note130182311537"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="asm_01_0041__p5301112325320">By default, sidecars intercept all inbound and outbound traffic of pods. You can modify the default traffic rules in <strong id="asm_01_0041__b15949143017359">Traffic Interception Settings</strong>.</p>
|
||||
</div></div>
|
||||
<p id="asm_01_0041__p10174123175619"><strong id="asm_01_0041__b97421432123511">Inbound Ports</strong>: Inbound ports separated by commas (,). You can use this field to specify the ports that will be included or excluded for inbound traffic redirection.</p>
|
||||
@ -26,8 +23,7 @@
|
||||
<ul id="asm_01_0041__ul13301528313"><li id="asm_01_0041__li5311221939"><strong id="asm_01_0041__b922854213514">Include only specified IP ranges</strong> means that the traffic from specified IP ranges will be redirected to the sidecar.</li></ul>
|
||||
<ul id="asm_01_0041__ul112121251130"><li id="asm_01_0041__li42121455318"><strong id="asm_01_0041__b19623164303511">Exclude only specified IP ranges</strong> means that the traffic from IP ranges except the specified IP ranges will be redirected to the sidecar.</li></ul>
|
||||
</li></ul>
|
||||
<div class="note" id="asm_01_0041__note1279618584133"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><ul id="asm_01_0041__ul3174175111130"><li id="asm_01_0041__li151741951141317">For details about why sidecar injection failed, see .</li></ul>
|
||||
<ul id="asm_01_0041__ul97451116162713"><li id="asm_01_0041__li1974521615271">If ASM displays a message indicating that modification of namespace injection is not enabled in the following clusters, you need to run the <strong id="asm_01_0041__b11447123395415">kubectl</strong> command to enable namespace injection. For details, see <a href="asm_faq_0036.html">How Do I Enable Namespace Injection for a Cluster?</a></li><li id="asm_01_0041__li12746181642719">After sidecar injection is enabled for a namespace of a cluster, sidecars are automatically injected for pods of all workloads in the namespace. If you do not want to inject sidecars for some workloads, see <a href="asm_faq_0037.html">How Do I Disable Sidecar Injection for Workloads?</a></li></ul>
|
||||
<div class="note" id="asm_01_0041__note1279618584133"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><ul id="asm_01_0041__ul97451116162713"><li id="asm_01_0041__li1974521615271">If the system displays a message indicating that modification of namespace injection is not enabled in the following clusters, you need to run the <strong id="asm_01_0041__b11447123395415">kubectl</strong> command to enable namespace injection. For details, see <a href="asm_faq_0036.html">How Do I Enable Namespace Injection for a Cluster?</a>.</li><li id="asm_01_0041__li12746181642719">After sidecar injection is enabled for a namespace of a cluster, sidecars are automatically injected for pods of all workloads in the namespace. If you do not want to inject sidecars for some workloads, see <a href="asm_faq_0037.html">How Do I Disable Sidecar Injection for Workloads?</a>.</li></ul>
|
||||
</div></div>
|
||||
</p></li></ol>
|
||||
</div>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<a name="asm_01_0124"></a><a name="asm_01_0124"></a>
|
||||
|
||||
<h1 class="topictitle1">Features in v1.18</h1>
|
||||
<div id="body0000001737146797"><ul id="asm_01_0124__ul1742120185319"><li id="asm_01_0124__li1842160195316">Istio 1.18 is supported.</li><li id="asm_01_0124__li1036314425311">CCE Turbo clusters v1.25, v1.27, v1.28, v1.29, v1.30, and v1.31, as well as v1.32 and v1.33 are supported.</li><li id="asm_01_0124__li6393101715319">CCE clusters v1.25, v1.27, v1.28, v1.29, v1.30, and v1.31 , as well as v1.32 and v1.33 are supported.</li><li id="asm_01_0124__li1910522175320">Kubernetes Gateway API is supported.</li></ul>
|
||||
<div id="body0000001737146797"><ul id="asm_01_0124__ul1742120185319"><li id="asm_01_0124__li1842160195316">Istio 1.18 is supported.</li><li id="asm_01_0124__li1036314425311">CCE Turbo clusters v1.25, v1.27, v1.28, v1.29, and v1.30, as well as v1.31 are supported.</li><li id="asm_01_0124__li6393101715319">CCE clusters v1.25, v1.27, v1.28, v1.29, and v1.30, as well as v1.31 are supported.</li><li id="asm_01_0124__li1910522175320">Kubernetes Gateway API is supported.</li></ul>
|
||||
<p id="asm_01_0124__p58433415527">For details, visit <a href="https://istio.io/latest/news/releases/1.18.x/" target="_blank" rel="noopener noreferrer">https://istio.io/latest/news/releases/1.18.x/</a>.</p>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
@ -1,17 +0,0 @@
|
||||
<a name="asm_01_0141"></a><a name="asm_01_0141"></a>
|
||||
|
||||
<h1 class="topictitle1">Using IAM to Grant Access to ASM</h1>
|
||||
<div id="body0000002494975758"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="asm_01_0145.html">Using IAM Roles or Policies to Grant Access to ASM</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="asm_01_0146.html">Using IAM Identity Policies to Grant Access to ASM</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-us_topic_0000001627845328.html">User Guide</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -1,66 +0,0 @@
|
||||
<a name="asm_01_0145"></a><a name="asm_01_0145"></a>
|
||||
|
||||
<h1 class="topictitle1">Using IAM Roles or Policies to Grant Access to ASM</h1>
|
||||
<div id="body0000002526896091"><p id="asm_01_0145__en-us_topic_0000001489537442_p198079372297">System-defined permissions in provided by <a href="https://docs.otc.t-systems.com/en-us/usermanual/iam/iam_01_0026.html" target="_blank" rel="noopener noreferrer">Identity and Access Management (IAM)</a> let you control access to ASM. With IAM, you can:</p>
|
||||
<ul id="asm_01_0145__en-us_topic_0000001489537442_ul1848820457453"><li id="asm_01_0145__en-us_topic_0000001489537442_li348974516454">Create IAM users for personnel based on your enterprise's organizational structure. Each IAM user has their own identity credentials for accessing ASM resources.</li><li id="asm_01_0145__en-us_topic_0000001489537442_li11681126173515">Grant users only the permissions required to perform a given task based on their job responsibilities.</li><li id="asm_01_0145__en-us_topic_0000001489537442_li12185165313915">Entrust an account or a cloud service to perform efficient O&M on your ASM resources.</li></ul>
|
||||
<p id="asm_01_0145__en-us_topic_0000001489537442_p14662743155318">If your account meets your permissions requirements, you can skip this section.</p>
|
||||
<p id="asm_01_0145__en-us_topic_0000001489537442_p158501603165"><a href="#asm_01_0145__en-us_topic_0000001489537442_fig1351611812271">Figure 1</a> shows the process flow of role/policy-based authorization.</p>
|
||||
<div class="section" id="asm_01_0145__en-us_topic_0000001489537442_section17723185741610"><h4 class="sectiontitle">Prerequisites</h4><p id="asm_01_0145__en-us_topic_0000001489537442_p17286682272">Before granting permissions to user groups, learn about system-defined permissions in for ASM. To grant permissions for other services, learn about all <a href="https://docs.otc.t-systems.com/permissions/index.html" target="_blank" rel="noopener noreferrer">permissions</a> supported by IAM.</p>
|
||||
</div>
|
||||
<div class="section" id="asm_01_0145__en-us_topic_0000001489537442_section1189416161520"><h4 class="sectiontitle">Process Flow</h4><div class="fignone" id="asm_01_0145__en-us_topic_0000001489537442_fig1351611812271"><a name="asm_01_0145__en-us_topic_0000001489537442_fig1351611812271"></a><a name="en-us_topic_0000001489537442_fig1351611812271"></a><span class="figcap"><b>Figure 1 </b>Process of granting ASM permissions using role/policy-based authorization</span><br><span><img id="asm_01_0145__en-us_topic_0000001489537442_image35161382273" src="en-us_image_0000002526896489.png"></span></div>
|
||||
<ol id="asm_01_0145__en-us_topic_0000001489537442_ol10176191312813"><li id="asm_01_0145__en-us_topic_0000001489537442_li10176121316284"><a name="asm_01_0145__en-us_topic_0000001489537442_li10176121316284"></a><a name="en-us_topic_0000001489537442_li10176121316284"></a>On the IAM console, <a href="https://docs.otc.t-systems.com/usermanual/iam/iam_01_0030.html" target="_blank" rel="noopener noreferrer">create a user group and assign permissions to it</a>.<p id="asm_01_0145__en-us_topic_0000001489537442_p41762137286">Create a user group on the IAM console, and assign the <strong id="asm_01_0145__b18180133023513">ASM ReadOnlyAccess</strong> permissions to the group.</p>
|
||||
</li><li id="asm_01_0145__en-us_topic_0000001489537442_li181761413162818"><a href="https://docs.otc.t-systems.com/usermanual/iam/iam_01_0031.html" target="_blank" rel="noopener noreferrer">Create an IAM user and add it to the user group</a>.<p id="asm_01_0145__en-us_topic_0000001489537442_p16177613182816">On the IAM console, create a user and add it to the user group created in <a href="#asm_01_0145__en-us_topic_0000001489537442_li10176121316284">1</a>.</p>
|
||||
</li><li id="asm_01_0145__en-us_topic_0000001489537442_li1177513202816"><a href="https://docs.otc.t-systems.com/usermanual/iam/iam_01_0032.html" target="_blank" rel="noopener noreferrer">Log in as the IAM user</a> and verify permissions.<p id="asm_01_0145__en-us_topic_0000001489537442_p1317741312289">In the authorized region, perform the following operations:</p>
|
||||
<ul id="asm_01_0145__en-us_topic_0000001489537442_ul1692751312242"><li id="asm_01_0145__en-us_topic_0000001489537442_li205729227246">Choose <strong id="asm_01_0145__b1623482611425">Service List</strong> > <strong id="asm_01_0145__b11306103015437">Application Service Mesh</strong>. Click <strong id="asm_01_0145__b2155175674318">Buy Mesh</strong> on the ASM console. If a message appears indicating that you have insufficient permissions to perform the operation, the <strong id="asm_01_0145__b7209151616449">ASM ReadOnlyAccess</strong> policy is in effect.</li><li id="asm_01_0145__en-us_topic_0000001489537442_li1857212212418">Choose another service from <strong id="asm_01_0145__b1545117611422">Service List</strong>. If a message appears indicating that you have insufficient permissions to access the service, the <strong id="asm_01_0145__b104520624218">ASM ReadOnlyAccess</strong> policy is in effect.</li></ul>
|
||||
</li></ol>
|
||||
</div>
|
||||
<div class="section" id="asm_01_0145__en-us_topic_0000001489537442_section7529733164812"><h4 class="sectiontitle">Example Custom Policies</h4><p id="asm_01_0145__p576211773818">You can create custom policies to supplement the system-defined policies of ASM. For details about actions supported in custom policies, see .</p>
|
||||
<p id="asm_01_0145__en-us_topic_0000001489537442_p1391019913815">To create a custom policy, choose either visual editor or JSON.</p>
|
||||
<ul id="asm_01_0145__en-us_topic_0000001489537442_ul1146431393818"><li id="asm_01_0145__en-us_topic_0000001489537442_li5764181518386">Visual editor: Select cloud services, actions, resources, and request conditions. This does not require knowledge of policy grammar.</li><li id="asm_01_0145__en-us_topic_0000001489537442_li546410135389">JSON: Create a JSON policy or edit an existing one.</li></ul>
|
||||
<p id="asm_01_0145__p2477135725615">For details, see .</p>
|
||||
<p id="asm_01_0145__p10716518386">The following lists examples of common ASM custom policies.</p>
|
||||
<ul id="asm_01_0145__en-us_topic_0000001489537442_ul2504185715494"><li id="asm_01_0145__en-us_topic_0000001489537442_li5504357164912">Example 1: Grant permissions to create service meshes.<pre class="screen" id="asm_01_0145__en-us_topic_0000001489537442_screen48273211535">{
|
||||
"Version": "1.1",
|
||||
"Statement": [
|
||||
{
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"asm:mesh:create"
|
||||
]
|
||||
}
|
||||
]
|
||||
}</pre>
|
||||
</li><li id="asm_01_0145__en-us_topic_0000001489537442_li3652938178">Example 2: Grant permissions to deny service mesh deletion.<p id="asm_01_0145__en-us_topic_0000001489537442_p1892813119464"><a name="asm_01_0145__en-us_topic_0000001489537442_li3652938178"></a><a name="en-us_topic_0000001489537442_li3652938178"></a>A policy with only "Deny" permissions must be used together with other policies. If the permissions granted to an IAM user contain both "Allow" and "Deny", the "Deny" permissions take precedence over the "Allow" permissions.</p>
|
||||
<pre class="screen" id="asm_01_0145__en-us_topic_0000001489537442_screen39281011144617">{
|
||||
"Version": "1.1",
|
||||
"Statement": [
|
||||
{
|
||||
"Effect": "Deny",
|
||||
"Action": [
|
||||
"asm:mesh:createGateway"
|
||||
]
|
||||
}
|
||||
]
|
||||
}</pre>
|
||||
</li><li id="asm_01_0145__en-us_topic_0000001489537442_li8475316125413">Example 3: Create a custom policy containing multiple actions.<p id="asm_01_0145__en-us_topic_0000001489537442_p466319313484"><a name="asm_01_0145__en-us_topic_0000001489537442_li8475316125413"></a><a name="en-us_topic_0000001489537442_li8475316125413"></a>A custom policy can contain the actions of one or multiple services that are of the same type (global or project-level). Example policy containing actions of multiple services:</p>
|
||||
<pre class="screen" id="asm_01_0145__screen125841914164916">{
|
||||
"Version": "1.1",
|
||||
"Statement": [
|
||||
{
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"cce:cluster:create"
|
||||
"asm:mesh:create"
|
||||
]
|
||||
}
|
||||
]
|
||||
}</pre>
|
||||
</li></ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="asm_01_0141.html">Using IAM to Grant Access to ASM</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -1,70 +0,0 @@
|
||||
<a name="asm_01_0146"></a><a name="asm_01_0146"></a>
|
||||
|
||||
<h1 class="topictitle1">Using IAM Identity Policies to Grant Access to ASM</h1>
|
||||
<div id="body0000002494976322"><p id="asm_01_0146__en-us_topic_0000001543558165_p198079372297">System-defined permissions in provided by <a href="https://docs.otc.t-systems.com/usermanual/iam/iam_01_0026.html" target="_blank" rel="noopener noreferrer">Identity and Access Management (IAM)</a> let you control access to ASM. With IAM, you can:</p>
|
||||
<ul id="asm_01_0146__en-us_topic_0000001543558165_ul1848820457453"><li id="asm_01_0146__en-us_topic_0000001543558165_li348974516454">Create IAM users or user groups for personnel based on your enterprise's organizational structure. Each IAM user has their own identity credentials for accessing ASM resources.</li><li id="asm_01_0146__en-us_topic_0000001543558165_li11681126173515">Grant users only the permissions required to perform a given task based on their job responsibilities.</li><li id="asm_01_0146__en-us_topic_0000001543558165_li12185165313915">Entrust an account or a cloud service to perform efficient O&M on your ASM resources.</li></ul>
|
||||
<p id="asm_01_0146__en-us_topic_0000001543558165_p14662743155318">If your account meets your permissions requirements, you can skip this section.</p>
|
||||
<p id="asm_01_0146__en-us_topic_0000001543558165_p158501603165"><a href="#asm_01_0146__en-us_topic_0000001543558165_fig1351611812271">Figure 1</a> shows the process flow of identity policy-based authorization.</p>
|
||||
<div class="section" id="asm_01_0146__en-us_topic_0000001543558165_section17723185741610"><h4 class="sectiontitle">Prerequisites</h4><p id="asm_01_0146__en-us_topic_0000001543558165_p17286682272">Before granting permissions, learn about system-defined permissions in . To grant permissions for other services, learn about all <a href="https://docs.otc.t-systems.com/permissions/index.html" target="_blank" rel="noopener noreferrer">permissions</a> supported by IAM.</p>
|
||||
</div>
|
||||
<div class="section" id="asm_01_0146__en-us_topic_0000001543558165_section1189416161520"><h4 class="sectiontitle">Process Flow</h4><div class="fignone" id="asm_01_0146__en-us_topic_0000001543558165_fig1351611812271"><a name="asm_01_0146__en-us_topic_0000001543558165_fig1351611812271"></a><a name="en-us_topic_0000001543558165_fig1351611812271"></a><span class="figcap"><b>Figure 1 </b>Process of granting ASM permissions using identity policy-based authorization</span><br><span><img id="asm_01_0146__en-us_topic_0000001543558165_image35161382273" src="en-us_image_0000002526896571.png"></span></div>
|
||||
<ol id="asm_01_0146__en-us_topic_0000001543558165_ol10176191312813"><li id="asm_01_0146__en-us_topic_0000001543558165_li10176121316284">On the IAM console, .<p id="asm_01_0146__en-us_topic_0000001543558165_p41762137286"><a name="asm_01_0146__en-us_topic_0000001543558165_li10176121316284"></a><a name="en-us_topic_0000001543558165_li10176121316284"></a>Create a user or user group on the IAM console.</p>
|
||||
</li><li id="asm_01_0146__en-us_topic_0000001543558165_li16925112804614"> (<strong id="asm_01_0146__b15261138162215">ASMReadOnlyPolicy</strong> as an example) to the user or user group.</li><li id="asm_01_0146__en-us_topic_0000001543558165_li1177513202816"><a href="https://docs.otc.t-systems.com/usermanual/iam/iam_01_0032.html" target="_blank" rel="noopener noreferrer">Log in as the IAM user</a> and verify permissions.<p id="asm_01_0146__en-us_topic_0000001543558165_p1317741312289">In the authorized region, perform the following operations:</p>
|
||||
<ul id="asm_01_0146__en-us_topic_0000001543558165_ul1692751312242"><li id="asm_01_0146__en-us_topic_0000001543558165_li205729227246">Choose <strong id="asm_01_0146__b160142117265">Service List</strong> > <strong id="asm_01_0146__b760112213264">Application Service Mesh</strong>. Click <strong id="asm_01_0146__b1660272114269">Buy Mesh</strong> on the ASM console. If a message appears indicating that you have insufficient permissions to perform the operation, <strong id="asm_01_0146__b160262182618">ASMReadOnlyPolicy</strong> is in effect.</li><li id="asm_01_0146__en-us_topic_0000001543558165_li1857212212418">Choose another service from <strong id="asm_01_0146__b113084327264">Service List</strong>. If a message appears indicating that you have insufficient permissions to access the service, <strong id="asm_01_0146__b030863242611">ASMReadOnlyPolicy</strong> is in effect.</li></ul>
|
||||
</li></ol>
|
||||
</div>
|
||||
<div class="section" id="asm_01_0146__en-us_topic_0000001543558165_section7529733164812"><h4 class="sectiontitle">Example Custom Identity Policies</h4><p id="asm_01_0146__p19154121744816">You can create custom identity policies to supplement the system-defined identity policies of ASM. For details about actions supported in custom identity policies, see .</p>
|
||||
<p id="asm_01_0146__en-us_topic_0000001543558165_p1391019913815">To create a custom identity policy, choose either visual editor or JSON.</p>
|
||||
<ul id="asm_01_0146__en-us_topic_0000001543558165_ul1146431393818"><li id="asm_01_0146__en-us_topic_0000001543558165_li5764181518386">Visual editor: Select cloud services, actions, resources, and request conditions. This does not require knowledge of policy grammar.</li><li id="asm_01_0146__en-us_topic_0000001543558165_li546410135389">JSON: Create a JSON policy or edit an existing one.</li></ul>
|
||||
<p id="asm_01_0146__p160623765212">For details, see .</p>
|
||||
<p id="asm_01_0146__p17139055195519">When creating a custom identity policy, use the Resource element to specify the resources the identity policy applies to and use the Condition element (service-specific condition keys) to control when the identity policy is in effect. For details about the supported resource types and condition keys, see .</p>
|
||||
<p id="asm_01_0146__p310122114562">The following provides examples of custom ASM identity policies.</p>
|
||||
<ul id="asm_01_0146__en-us_topic_0000001543558165_ul2504185715494"><li id="asm_01_0146__en-us_topic_0000001543558165_li5504357164912">Example 1: Grant permissions to create service meshes.<pre class="screen" id="asm_01_0146__en-us_topic_0000001543558165_screen25351137165916">{
|
||||
"Version": "5.0",
|
||||
"Statement": [
|
||||
{
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"asm:mesh:create",
|
||||
"asm:mesh:createGateway"
|
||||
]
|
||||
}
|
||||
]
|
||||
}</pre>
|
||||
</li><li id="asm_01_0146__en-us_topic_0000001543558165_li8475316125413">Example 2: Create a custom identity policy containing multiple actions.<p id="asm_01_0146__en-us_topic_0000001543558165_p164313514480"><a name="asm_01_0146__en-us_topic_0000001543558165_li8475316125413"></a><a name="en-us_topic_0000001543558165_li8475316125413"></a></p>
|
||||
<p id="asm_01_0146__en-us_topic_0000001543558165_p466319313484">A custom identity policy can contain the actions of one or more services. Example identity policy containing multiple actions:</p>
|
||||
<pre class="screen" id="asm_01_0146__en-us_topic_0000001543558165_screen46646311485">{
|
||||
"Version": "5.0",
|
||||
"Statement": [
|
||||
{
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"asm:mesh:create",
|
||||
"asm:mesh:createGateway"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"evs:volumes:create",
|
||||
"evs:volumes:list"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"ecs:cloudServers:createServers",
|
||||
"ecs:cloudServers:listServersDetails"
|
||||
]
|
||||
}
|
||||
]
|
||||
}</pre>
|
||||
</li></ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="asm_01_0141.html">Using IAM to Grant Access to ASM</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -4,6 +4,8 @@
|
||||
<div id="body39451090"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="asm_productdesc_0017.html">Infographic for ASM</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="asm_productdesc_0001.html">Introduction</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="asm_productdesc_0002.html">Advantages</a></strong><br>
|
||||
@ -12,8 +14,6 @@
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="asm_productdesc_0004.html">Notes and Constraints</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="asm_productdesc_0019.html">Permissions</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="asm_productdesc_0005.html">Basic Concepts</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="asm_productdesc_0006.html">Recommended Node Specifications</a></strong><br>
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
</tr>
|
||||
<tr id="asm_productdesc_0004__row2060314173555"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.1.3.2.3.1.1 "><p id="asm_productdesc_0004__p760391712553">1.18</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.1.3.2.3.1.2 "><p id="asm_productdesc_0004__p14822277556">v1.25, v1.27, v1.28, v1.29, v1.30, v1.31, v1.32, or v1.33</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.1.3.2.3.1.2 "><p id="asm_productdesc_0004__p14822277556">v1.25, v1.27, v1.28, v1.29, v1.30, or v1.31</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
12
docs/asm/umn/asm_productdesc_0017.html
Normal file
12
docs/asm/umn/asm_productdesc_0017.html
Normal file
@ -0,0 +1,12 @@
|
||||
<a name="asm_productdesc_0017"></a><a name="asm_productdesc_0017"></a>
|
||||
|
||||
<h1 class="topictitle1">Infographic for ASM</h1>
|
||||
<div id="body0000001209484931"><p id="asm_productdesc_0017__p1289416386116"></p>
|
||||
<p id="asm_productdesc_0017__p837613199456"><span><img id="asm_productdesc_0017__image73201388158" src="en-us_image_0000002043652974.png"></span></p>
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="asm_pd_0001.html">Service Overview</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
<a name="asm_qs_0002"></a><a name="asm_qs_0002"></a>
|
||||
|
||||
<h1 class="topictitle1">Enabling Istio for a Cluster</h1>
|
||||
<h1 class="topictitle1">Enabling Istio for a Cluster </h1>
|
||||
<div id="body0000001168400759"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
|
||||
BIN
docs/asm/umn/en-us_image_0000002043652974.png
Normal file
BIN
docs/asm/umn/en-us_image_0000002043652974.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 618 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB |
@ -10,8 +10,6 @@
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="asm_01_0016.html">Application Service Mesh</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="asm_01_0141.html">Using IAM to Grant Access to ASM</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="asm_01_0017.html">Creating a Service Mesh</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="asm_01_0023.html">Mesh Management</a></strong><br>
|
||||
|
||||
@ -1873,7 +1873,7 @@
|
||||
"metedata":[
|
||||
{
|
||||
"prodname":"cce",
|
||||
"documenttype":"usermanual"
|
||||
"documenttype":"api2"
|
||||
}
|
||||
],
|
||||
"title":"Space Allocation of a Data Disk",
|
||||
|
||||
@ -758,7 +758,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.18.2.5.1.3 "><p id="AddNode__p733314713157"><a href="#AddNode__en-us_topic_0000001417516392_request_Runtime">Runtime</a> object</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.18.2.5.1.4 "><p id="AddNode__p12333972157">Container runtime.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.18.2.5.1.4 "><p id="AddNode__p12333972157">Container runtime. Defaults to <strong id="AddNode__b2033317741515">docker</strong>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -781,7 +781,9 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.19.2.5.1.3 "><p id="AddNode__p133347701515">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.19.2.5.1.4 "><p id="AddNode__p333419721513">Container runtime.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.19.2.5.1.4 "><p id="AddNode__p333419721513">Container runtime. Defaults to <strong id="AddNode__b14334107171520">docker</strong>.</p>
|
||||
<p id="AddNode__p106556623011">Enumeration values:</p>
|
||||
<ul id="AddNode__ul265516617301"><li id="AddNode__li3655116133020">docker</li><li id="AddNode__li4656126163010">containerd</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -756,7 +756,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.18.2.5.1.3 "><p id="ResetNode__p12586105213518"><a href="#ResetNode__en-us_topic_0000001467713153_request_Runtime">Runtime</a> object</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.18.2.5.1.4 "><p id="ResetNode__p10586115210516">Container runtime.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.18.2.5.1.4 "><p id="ResetNode__p10586115210516">Container runtime. Defaults to <strong id="ResetNode__b185862521658">docker</strong>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -779,7 +779,9 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.19.2.5.1.3 "><p id="ResetNode__p20586135211518">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.19.2.5.1.4 "><p id="ResetNode__p1858618523512">Container runtime.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.19.2.5.1.4 "><p id="ResetNode__p1858618523512">Container runtime. Defaults to <strong id="ResetNode__b12586152854">docker</strong>.</p>
|
||||
<p id="ResetNode__p106556623011">Enumeration values:</p>
|
||||
<ul id="ResetNode__ul265516617301"><li id="ResetNode__li3655116133020">docker</li><li id="ResetNode__li4656126163010">containerd</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -154,40 +154,16 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20.93%" headers="mcps1.3.4.5.2.4.1.2 "><p id="cce_02_0238__p252511174227">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="55.81%" headers="mcps1.3.4.5.2.4.1.3 "><p id="cce_02_0238__p7573017202218"><strong id="cce_02_0238__b457318173220">Details</strong>:</p>
|
||||
<p id="cce_02_0238__p20573111752219">Cluster version, which mirrors the baseline version of the Kubernetes community. The latest commercial version is recommended.</p>
|
||||
<p id="cce_02_0238__p12573101792220">You can create clusters of the latest three versions on the CCE console. To learn which cluster versions are available, log in to the CCE console, create a cluster, and check the supported cluster versions.</p>
|
||||
<p id="cce_02_0238__p857391712229">You can call APIs to create clusters of other versions. However, these cluster versions will be gradually terminated. For details about the support policy, see the CCE announcement.</p>
|
||||
<p id="cce_02_0238__p057318174226"><strong id="cce_02_0238__b115731217112217">Constraints</strong>:</p>
|
||||
<p id="cce_02_0238__p1757311713227">The value must be in the format of <strong id="cce_02_0238__b157391712222">vX.Y[.Z[-rN]]</strong>, for example, <strong id="cce_02_0238__b657371732218">v1.30</strong>, <strong id="cce_02_0238__b115739175225">v1.30.0</strong>, or <strong id="cce_02_0238__b165731217172211">v1.30.0-r0</strong>. Specifying either of these values will create a cluster of version 1.30.</p>
|
||||
<ul id="cce_02_0238__ul17573717182212"><li id="cce_02_0238__li205731317192216"><p id="cce_02_0238__p15573151792214"><a name="cce_02_0238__li205731317192216"></a><a name="li205731317192216"></a><strong id="cce_02_0238__b957391712229">X</strong>: major version in the Kubernetes community</p>
|
||||
</li><li id="cce_02_0238__li1357331702214"><p id="cce_02_0238__p12573181715227"><a name="cce_02_0238__li1357331702214"></a><a name="li1357331702214"></a><strong id="cce_02_0238__b11573121718224">Y</strong>: minor version in the Kubernetes community</p>
|
||||
</li><li id="cce_02_0238__li11573181792213"><p id="cce_02_0238__p157331782211"><a name="cce_02_0238__li11573181792213"></a><a name="li11573181792213"></a><strong id="cce_02_0238__b175731117102216">Z</strong>: patch version in the Kubernetes community</p>
|
||||
</li><li id="cce_02_0238__li1757341717221"><p id="cce_02_0238__p1957371717225"><a name="cce_02_0238__li1757341717221"></a><a name="li1757341717221"></a><strong id="cce_02_0238__b857371772218">N</strong>: CCE patch version.</p>
|
||||
</li></ul>
|
||||
<p id="cce_02_0238__p13573101732213"><strong id="cce_02_0238__b4573517122217">Options</strong>:</p>
|
||||
<p id="cce_02_0238__p10573181713224">N/A</p>
|
||||
<p id="cce_02_0238__p557301752218"><strong id="cce_02_0238__b1257319178223">Default value</strong>:</p>
|
||||
<ul id="cce_02_0238__ul357312171221"><li id="cce_02_0238__li15573101702210"><p id="cce_02_0238__p657313172224"><a name="cce_02_0238__li15573101702210"></a><a name="li15573101702210"></a>If this parameter is left empty, a cluster of the latest version is created by default.</p>
|
||||
</li><li id="cce_02_0238__li957312171223"><p id="cce_02_0238__p165731717122215"><a name="cce_02_0238__li957312171223"></a><a name="li957312171223"></a>If a baseline cluster version is specified but the R version is not specified, a cluster of the latest R version will be created by default. It is a good practice not to specify the R version.</p>
|
||||
</li></ul>
|
||||
<td class="cellrowborder" valign="top" width="55.81%" headers="mcps1.3.4.5.2.4.1.3 "><p id="cce_02_0238__p0929195015409">Cluster's baseline Kubernetes version. The latest version is recommended.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_02_0238__row1126035716393"><td class="cellrowborder" valign="top" width="23.26%" headers="mcps1.3.4.5.2.4.1.1 "><p id="cce_02_0238__p1884144893515">platformVersion</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20.93%" headers="mcps1.3.4.5.2.4.1.2 "><p id="cce_02_0238__p284124873520">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="55.81%" headers="mcps1.3.4.5.2.4.1.3 "><p id="cce_02_0238__p857316175224"><strong id="cce_02_0238__b125737175223">Details</strong>:</p>
|
||||
<p id="cce_02_0238__p1057361782211">CCE cluster platform version, which is an internal version under the cluster version (<strong id="cce_02_0238__b175731517122218">version</strong>). Platform versions are used to trace iterations in a major cluster version. They are unique within a major cluster version and recounted when the major cluster version changes.</p>
|
||||
<p id="cce_02_0238__p1657311170220"><strong id="cce_02_0238__b20573141712222">Constraints</strong>:</p>
|
||||
<p id="cce_02_0238__p165735172225">This parameter cannot be customized, and when you create a cluster, the latest corresponding platform version is selected automatically.</p>
|
||||
<p id="cce_02_0238__p18573131718224"><strong id="cce_02_0238__b1257310170222">Options</strong>:</p>
|
||||
<p id="cce_02_0238__p18573131752216">The format of <strong id="cce_02_0238__b257411702211">platformVersion</strong> is <strong id="cce_02_0238__b20574517132216">cce.X.Y</strong>.</p>
|
||||
<ul id="cce_02_0238__ul357414179228"><li id="cce_02_0238__li1257416178223"><p id="cce_02_0238__p5574101713228"><a name="cce_02_0238__li1257416178223"></a><a name="li1257416178223"></a><strong id="cce_02_0238__b11574617102212">X</strong>: internal feature version, which indicates changes in features, patches, or OS support in the cluster version. The value starts from <strong id="cce_02_0238__b19574217192218">1</strong> and increases monotonically.</p>
|
||||
</li><li id="cce_02_0238__li6574131714225"><p id="cce_02_0238__p10574131752217"><a name="cce_02_0238__li6574131714225"></a><a name="li6574131714225"></a><strong id="cce_02_0238__b3574101710227">Y</strong>: patch version of an internal feature version. It is used only for software package update after the feature version is released. No other modification is involved. The value starts from <strong id="cce_02_0238__b15574817182211">0</strong> and increases monotonically.</p>
|
||||
</li></ul>
|
||||
<p id="cce_02_0238__p357413172228"><strong id="cce_02_0238__b1957431714221">Default value</strong>:</p>
|
||||
<p id="cce_02_0238__p1157413170228">N/A</p>
|
||||
<td class="cellrowborder" valign="top" width="55.81%" headers="mcps1.3.4.5.2.4.1.3 "><p id="cce_02_0238__p38411148113510">Version of the CCE cluster platform, which is for viewing only and cannot be specified during cluster creation. The latest platform version corresponding to the cluster version is automatically selected during cluster creation.</p>
|
||||
<div class="p" id="cce_02_0238__p10350184112363">Value format: <strong id="cce_02_0238__b9950204813384">cce.X.Y</strong><ul id="cce_02_0238__ul24765594314"><li id="cce_02_0238__li14761859431"><strong id="cce_02_0238__b146921148154814">X</strong> indicates the quarterly or regularly feature version number, starting from 1.</li><li id="cce_02_0238__li84766513437"><strong id="cce_02_0238__b8450650184815">Y</strong> indicates the patch version of the cluster, starting from 0 (feature version). Other values indicate later patch versions after the feature version is released.</li></ul>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_02_0238__row533805884917"><td class="cellrowborder" valign="top" width="23.26%" headers="mcps1.3.4.5.2.4.1.1 "><p id="cce_02_0238__p1633905884915">az</p>
|
||||
|
||||
@ -417,7 +417,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="15.040000000000001%" headers="mcps1.3.3.7.2.5.1.3 "><p id="cce_02_0242__p15238243164815"><a href="#cce_02_0242__table163721555105015">Runtime</a> object</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="49.02%" headers="mcps1.3.3.7.2.5.1.4 "><p id="cce_02_0242__p62213390326">Container runtime. The default value is containerd.</p>
|
||||
<td class="cellrowborder" valign="top" width="49.02%" headers="mcps1.3.3.7.2.5.1.4 "><p id="cce_02_0242__p62213390326">Container runtime. The default value is <strong id="cce_02_0242__b17221153917321">docker</strong>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -872,7 +872,9 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="19.07%" headers="mcps1.3.3.18.2.5.1.3 "><p id="cce_02_0242__p133731552509">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="41.730000000000004%" headers="mcps1.3.3.18.2.5.1.4 "><p id="cce_02_0242__p1065576103017">Container runtime. The default value is containerd.</p>
|
||||
<td class="cellrowborder" valign="top" width="41.730000000000004%" headers="mcps1.3.3.18.2.5.1.4 "><p id="cce_02_0242__p1065576103017">Container runtime. The default value is <strong id="cce_02_0242__b4655116103020">docker</strong>.</p>
|
||||
<p id="cce_02_0242__p106556623011">Enumeration values:</p>
|
||||
<ul id="cce_02_0242__ul265516617301"><li id="cce_02_0242__li3655116133020">docker</li><li id="cce_02_0242__li4656126163010">containerd</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -1626,7 +1628,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20.95%" headers="mcps1.3.4.6.2.4.1.2 "><p id="cce_02_0242__p1043118445316"><a href="#cce_02_0242__table483064395515">Runtime</a> object</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="56.03%" headers="mcps1.3.4.6.2.4.1.3 "><p id="cce_02_0242__p222092916320">Container runtime. The default value is containerd.</p>
|
||||
<td class="cellrowborder" valign="top" width="56.03%" headers="mcps1.3.4.6.2.4.1.3 "><p id="cce_02_0242__p222092916320">Container runtime. The default value is <strong id="cce_02_0242__b8220192943214">docker</strong>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -1867,7 +1869,9 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="19.981998199819984%" headers="mcps1.3.4.11.2.4.1.2 "><p id="cce_02_0242__p683112437552">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="56.76567656765676%" headers="mcps1.3.4.11.2.4.1.3 "><p id="cce_02_0242__p6238339332">Container runtime. The default value is containerd.</p>
|
||||
<td class="cellrowborder" valign="top" width="56.76567656765676%" headers="mcps1.3.4.11.2.4.1.3 "><p id="cce_02_0242__p6238339332">Container runtime. The default value is <strong id="cce_02_0242__b1823433103317">docker</strong>.</p>
|
||||
<p id="cce_02_0242__p8231933103314">Enumeration values:</p>
|
||||
<ul id="cce_02_0242__ul9231533153313"><li id="cce_02_0242__li4236336336">docker</li><li id="cce_02_0242__li1123113383310">containerd</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -362,7 +362,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20.95%" headers="mcps1.3.4.7.2.4.1.2 "><p id="cce_02_0243__p15238243164815"><a href="#cce_02_0243__table483064395515">Runtime</a> object</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="56.03%" headers="mcps1.3.4.7.2.4.1.3 "><p id="cce_02_0243__p1571644203216">Container runtime. The default value is containerd.</p>
|
||||
<td class="cellrowborder" valign="top" width="56.03%" headers="mcps1.3.4.7.2.4.1.3 "><p id="cce_02_0243__p1571644203216">Container runtime. The default value is <strong id="cce_02_0243__b115712443322">docker</strong>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_02_0243__row89546317484"><td class="cellrowborder" valign="top" width="23.02%" headers="mcps1.3.4.7.2.4.1.1 "><p id="cce_02_0243__p9814194502">extendParam</p>
|
||||
@ -447,7 +447,9 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="19.981998199819984%" headers="mcps1.3.4.10.2.4.1.2 "><p id="cce_02_0243__p683112437552">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="56.76567656765676%" headers="mcps1.3.4.10.2.4.1.3 "><p id="cce_02_0243__p1878419311271">Container runtime. The default value is containerd.</p>
|
||||
<td class="cellrowborder" valign="top" width="56.76567656765676%" headers="mcps1.3.4.10.2.4.1.3 "><p id="cce_02_0243__p1878419311271">Container runtime. The default value is <strong id="cce_02_0243__b161045853112">docker</strong>.</p>
|
||||
<p id="cce_02_0243__p1756711014115">Enumeration values:</p>
|
||||
<ul id="cce_02_0243__ul18567509120"><li id="cce_02_0243__li1356717015119">docker</li><li id="cce_02_0243__li1556710612">containerd</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -467,7 +467,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="cce_02_0269__p1864918416511"><a href="#cce_02_0269__table163721555105015">Runtime</a> object</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="cce_02_0269__p62213390326">Container runtime. The default value is containerd.</p>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="cce_02_0269__p62213390326">Container runtime. The default value is <strong id="cce_02_0269__b17221153917321">docker</strong>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -927,7 +927,9 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="19.07%" headers="mcps1.3.4.21.2.5.1.3 "><p id="cce_02_0269__p133731552509">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="41.730000000000004%" headers="mcps1.3.4.21.2.5.1.4 "><p id="cce_02_0269__p1065576103017">Container runtime. The default value is containerd.</p>
|
||||
<td class="cellrowborder" valign="top" width="41.730000000000004%" headers="mcps1.3.4.21.2.5.1.4 "><p id="cce_02_0269__p1065576103017">Container runtime. The default value is <strong id="cce_02_0269__b4655116103020">docker</strong>.</p>
|
||||
<p id="cce_02_0269__p106556623011">Enumeration values:</p>
|
||||
<ul id="cce_02_0269__ul265516617301"><li id="cce_02_0269__li3655116133020">docker</li><li id="cce_02_0269__li4656126163010">containerd</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -8,31 +8,7 @@
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="cce_02_0273__row12501031153611"><td class="cellrowborder" valign="top" width="17.98%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_02_0273__p1425193163610">2026-04-03</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="82.02000000000001%" headers="mcps1.3.1.2.3.1.2 "><p id="cce_02_0273__p8637315113716">Update:</p>
|
||||
<ul id="cce_02_0273__ul14291019183715"><li id="cce_02_0273__li6291719183710">updated the default container runtime to containerd.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_02_0273__row19701173581314"><td class="cellrowborder" valign="top" width="17.98%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_02_0273__p12197345161310">2026-03-25</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="82.02000000000001%" headers="mcps1.3.1.2.3.1.2 "><p id="cce_02_0273__p16701133501314">Update:</p>
|
||||
<ul id="cce_02_0273__ul457513123141"><li id="cce_02_0273__li10575012171419">Updated <a href="cce_02_0236.html#cce_02_0236__table1873418287490">Creating a Cluster</a>.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_02_0273__row71861848111012"><td class="cellrowborder" valign="top" width="17.98%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_02_0273__p375512419407">2026-03-11</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="82.02000000000001%" headers="mcps1.3.1.2.3.1.2 "><p id="cce_02_0273__p772953318402">Update:</p>
|
||||
<p id="cce_02_0273__p7953154018401">Updated the <strong id="cce_02_0273__b1075864441514">version </strong>and <strong id="cce_02_0273__b6670155712283">platformVersion </strong>parameter description in <a href="cce_02_0236.html#cce_02_0236__table1873418287490">Creating a Cluster</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_02_0273__row1532514274613"><td class="cellrowborder" valign="top" width="17.98%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_02_0273__p13251042194613">2026-03-03</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="82.02000000000001%" headers="mcps1.3.1.2.3.1.2 "><p id="cce_02_0273__p18683122112478">Add:</p>
|
||||
<p id="cce_02_0273__p3206142711472">Added the <strong id="cce_02_0273__b472019529478">deletionProtection</strong><strong id="cce_02_0273__b127203529470"> </strong>parameter in <a href="cce_02_0236.html#cce_02_0236__table1873418287490">Creating a Cluster</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_02_0273__row49801816133713"><td class="cellrowborder" valign="top" width="17.98%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_02_0273__p14980516203713">2025-12-30</p>
|
||||
<tbody><tr id="cce_02_0273__row49801816133713"><td class="cellrowborder" valign="top" width="17.98%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_02_0273__p14980516203713">2025-12-30</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="82.02000000000001%" headers="mcps1.3.1.2.3.1.2 "><p id="cce_02_0273__p9854163373718">Add:</p>
|
||||
<ul id="cce_02_0273__ul15346173063516"><li id="cce_02_0273__li183462302352">Added <a href="cce_02_0358.html">Synchronizing Node Pool Configurations to Existing Nodes</a>.</li></ul>
|
||||
|
||||
@ -407,7 +407,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="15.06%" headers="mcps1.3.3.8.2.5.1.3 "><p id="cce_02_0354__p15238243164815"><a href="#cce_02_0354__table163721555105015">Runtime</a> object</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="49%" headers="mcps1.3.3.8.2.5.1.4 "><p id="cce_02_0354__p62213390326">Container runtime. The default value is containerd.</p>
|
||||
<td class="cellrowborder" valign="top" width="49%" headers="mcps1.3.3.8.2.5.1.4 "><p id="cce_02_0354__p62213390326">Container runtime. The default value is <strong id="cce_02_0354__b17221153917321">docker</strong>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -953,7 +953,9 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="19.07%" headers="mcps1.3.3.20.2.5.1.3 "><p id="cce_02_0354__p133731552509">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="41.730000000000004%" headers="mcps1.3.3.20.2.5.1.4 "><p id="cce_02_0354__p1065576103017">Container runtime. The default value is <span id="cce_02_0354__ph13953205320597">containerd</span>.</p>
|
||||
<td class="cellrowborder" valign="top" width="41.730000000000004%" headers="mcps1.3.3.20.2.5.1.4 "><p id="cce_02_0354__p1065576103017">Container runtime. The default value is <strong id="cce_02_0354__b4655116103020">docker</strong>.</p>
|
||||
<p id="cce_02_0354__p106556623011">Enumeration values:</p>
|
||||
<ul id="cce_02_0354__ul265516617301"><li id="cce_02_0354__li3655116133020">docker</li><li id="cce_02_0354__li4656126163010">containerd</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -454,7 +454,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="17.919999999999998%" headers="mcps1.3.4.8.2.4.1.2 "><p id="cce_02_0355__p15238243164815"><a href="#cce_02_0355__table163721555105015">Runtime</a> object</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="58.29%" headers="mcps1.3.4.8.2.4.1.3 "><p id="cce_02_0355__p62213390326">Container runtime. The default value is containerd.</p>
|
||||
<td class="cellrowborder" valign="top" width="58.29%" headers="mcps1.3.4.8.2.4.1.3 "><p id="cce_02_0355__p62213390326">Container runtime. The default value is <strong id="cce_02_0355__b17221153917321">docker</strong>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -917,7 +917,9 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="19.07%" headers="mcps1.3.4.21.2.5.1.3 "><p id="cce_02_0355__p133731552509">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="41.730000000000004%" headers="mcps1.3.4.21.2.5.1.4 "><p id="cce_02_0355__p1065576103017">Container runtime. The default value is containerd.</p>
|
||||
<td class="cellrowborder" valign="top" width="41.730000000000004%" headers="mcps1.3.4.21.2.5.1.4 "><p id="cce_02_0355__p1065576103017">Container runtime. The default value is <strong id="cce_02_0355__b4655116103020">docker</strong>.</p>
|
||||
<p id="cce_02_0355__p106556623011">Enumeration values:</p>
|
||||
<ul id="cce_02_0355__ul265516617301"><li id="cce_02_0355__li3655116133020">docker</li><li id="cce_02_0355__li4656126163010">containerd</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -407,7 +407,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.6.2.4.1.2 "><p id="cce_02_0357__p1864918416511"><a href="#cce_02_0357__table163721555105015">Runtime</a> object</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.6.2.4.1.3 "><p id="cce_02_0357__p62213390326">Container runtime. The default value is containerd.</p>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.6.2.4.1.3 "><p id="cce_02_0357__p62213390326">Container runtime. The default value is <strong id="cce_02_0357__b17221153917321">docker</strong>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -867,7 +867,9 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="19.07%" headers="mcps1.3.4.20.2.5.1.3 "><p id="cce_02_0357__p133731552509">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="41.730000000000004%" headers="mcps1.3.4.20.2.5.1.4 "><p id="cce_02_0357__p1065576103017">Container runtime. The default value is containerd.</p>
|
||||
<td class="cellrowborder" valign="top" width="41.730000000000004%" headers="mcps1.3.4.20.2.5.1.4 "><p id="cce_02_0357__p1065576103017">Container runtime. The default value is <strong id="cce_02_0357__b4655116103020">docker</strong>.</p>
|
||||
<p id="cce_02_0357__p106556623011">Enumeration values:</p>
|
||||
<ul id="cce_02_0357__ul265516617301"><li id="cce_02_0357__li3655116133020">docker</li><li id="cce_02_0357__li4656126163010">containerd</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -8,31 +8,7 @@
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="cce_01_0300__row7103647952"><td class="cellrowborder" valign="top" width="19.009999999999998%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_01_0300__p42146531050">2026-04-16</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="80.99%" headers="mcps1.3.1.2.3.1.2 "><p id="cce_01_0300__p0129151615">Update:</p>
|
||||
<ul id="cce_01_0300__ul18129135162"><li id="cce_01_0300__li459917178385">Updated <a href="cce_10_0064.html">Add-ons</a></li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_01_0300__row047745519291"><td class="cellrowborder" valign="top" width="19.009999999999998%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_01_0300__p1747705515291">2026-03-25</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="80.99%" headers="mcps1.3.1.2.3.1.2 "><p id="cce_01_0300__p854717933014">Add:</p>
|
||||
<ul id="cce_01_0300__ul13222613133018"><li id="cce_01_0300__li12224131301">Added <a href="cce_10_0055.html">Configuring APM</a></li><li id="cce_01_0300__li13945922153011">Added <a href="en-us_topic_0000002516078019.html">Configuring Alarms for Java Applications on APM</a></li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_01_0300__row111071551569"><td class="cellrowborder" valign="top" width="19.009999999999998%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_01_0300__p410735185615">2026-03-11</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="80.99%" headers="mcps1.3.1.2.3.1.2 "><p id="cce_01_0300__p22962515610">Update:</p>
|
||||
<ul id="cce_01_0300__ul157941134115615"><li id="cce_01_0300__li1579416349568">Updated <a href="cce_10_0405.html">Patch Version Release Notes</a></li><li id="cce_01_0300__li45780361560">Updated <a href="cce_10_0617.html">SFS Overview</a></li><li id="cce_01_0300__li17417193505812">Updated <a href="cce_10_0734.html">Configuring an EIP for a Pod in a CCE Turbo Cluster</a></li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_01_0300__row16364121616144"><td class="cellrowborder" valign="top" width="19.009999999999998%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_01_0300__p12364181615147">2026-01-28</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="80.99%" headers="mcps1.3.1.2.3.1.2 "><p id="cce_01_0300__p259124121517">Add:</p>
|
||||
<ul id="cce_01_0300__ul15337141716154"><li id="cce_01_0300__li1433761715151">Added <a href="cce_10_0858.html">Redirecting Traffic from an Nginx Ingress to a LoadBalancer Ingress</a></li><li id="cce_01_0300__li14888191745715">Added <a href="cce_10_0850.html">Comparison Between LoadBalancer Ingresses and Nginx Ingresses</a></li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_01_0300__row69530118317"><td class="cellrowborder" valign="top" width="19.009999999999998%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_01_0300__p164617189313">2025-12-30</p>
|
||||
<tbody><tr id="cce_01_0300__row69530118317"><td class="cellrowborder" valign="top" width="19.009999999999998%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_01_0300__p164617189313">2025-12-30</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="80.99%" headers="mcps1.3.1.2.3.1.2 "><p id="cce_01_0300__p1159438173119">Add:</p>
|
||||
<ul id="cce_01_0300__ul25923810310"><li id="cce_01_0300__li185953819317">Added <a href="cce_bulletin_0105.html">Kubernetes 1.33 Release Notes</a>.</li><li id="cce_01_0300__li0892436153316">Added <a href="cce_10_1062.html">Obtaining Pod Network Interfaces in a CCE Turbo Cluster</a>, <a href="cce_10_1063.html">Deploying Hubble for DataPlane V2 Network Observability</a> and <a href="cce_10_1064.html">Enabling Observability for cilium-agent in a Cluster with DataPlane V2 Enabled</a>.</li><li id="cce_01_0300__li686113193414">Added <a href="cce_10_1088.html">Modifying the Node Scale-In Concurrency Settings</a>.</li><li id="cce_01_0300__li171425313415">Added <a href="cce_10_1027.html">Switching the AOM Instance Connected to Grafana</a>.</li><li id="cce_01_0300__li198713463417">Added <a href="cce_10_1060.html">Add-on Upgrade Checks</a>.</li><li id="cce_01_0300__li151091759347">Added <a href="cce_10_0556.html">System Agencies</a> and <a href="cce_10_1069.html">Custom Agencies</a>.</li></ul>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
</li></ol>
|
||||
</div>
|
||||
<div class="section" id="cce_10_0006__section7846281504"><h4 class="sectiontitle">Overview of DaemonSet</h4><p id="cce_10_0006__en-us_topic_0249851114_p441104813815">A DaemonSet runs a pod on each node in a cluster and ensures that there is only one pod. This works well for certain system-level applications such as log collection and resource monitoring since they must run on each node. A good example is kube-proxy.</p>
|
||||
<p id="cce_10_0006__en-us_topic_0249851114_p5986375820">DaemonSets are closely related to nodes. If a node becomes faulty, the DaemonSet will not migrate the pod on that node to other nodes for re-creation.</p>
|
||||
<p id="cce_10_0006__en-us_topic_0249851114_p5986375820">DaemonSets are closely related to nodes. If a node becomes faulty, the DaemonSet will not create the same pods on other nodes.</p>
|
||||
<div class="fignone" id="cce_10_0006__en-us_topic_0249851114_fig27588261914"><span class="figcap"><b>Figure 4 </b>DaemonSet</span><br><span><img id="cce_10_0006__en-us_topic_0249851114_image13336133243518" src="en-us_image_0258871213.png"></span></div>
|
||||
</div>
|
||||
<div class="section" id="cce_10_0006__section153173319578"><h4 class="sectiontitle">Overview of Jobs and CronJobs</h4><p id="cce_10_0006__en-us_topic_0249851115_p10889736123218">Jobs and CronJobs are Kubernetes resources designed to manage short-lived, one-off tasks that run to completion.</p>
|
||||
|
||||
@ -69,7 +69,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="24%" headers="mcps1.3.4.2.2.2.1.1.4.2.4.1.2 "><p id="cce_10_0009__en-us_topic_0000001708838110_p15173345163417">www.example.com</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="54%" headers="mcps1.3.4.2.2.2.1.1.4.2.4.1.3 "><p id="cce_10_0009__en-us_topic_0000001708838110_p1117334583414">Enter the address of the third-party image repository.</p>
|
||||
<td class="cellrowborder" valign="top" width="54%" headers="mcps1.3.4.2.2.2.1.1.4.2.4.1.3 "><p id="cce_10_0009__en-us_topic_0000001708838110_p1117334583414">Enter the address of the third image repository.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_10_0009__en-us_topic_0000001708838110_row41733454343"><td class="cellrowborder" valign="top" width="22%" headers="mcps1.3.4.2.2.2.1.1.4.2.4.1.1 "><p id="cce_10_0009__en-us_topic_0000001708838110_p131731745203413">docker-username</p>
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
<ul id="cce_10_0010__ul953218444116"><li id="cce_10_0010__li87791418174620">ClusterIP: used to make the Service only reachable from within a cluster.</li><li id="cce_10_0010__li17876227144612">NodePort: used for access from outside a cluster. A NodePort Service is accessed through the port on the node.</li><li id="cce_10_0010__li94953274615">LoadBalancer: used for access from outside a cluster. It is an extension of NodePort, to which a load balancer routes, and external systems only need to access the load balancer.</li></ul>
|
||||
<p id="cce_10_0010__p1677717174140">For details about the Service, see <a href="cce_10_0249.html">Service Overview</a>.</p>
|
||||
</div>
|
||||
<div class="section" id="cce_10_0010__section1248852094313"><a name="cce_10_0010__section1248852094313"></a><a name="section1248852094313"></a><h4 class="sectiontitle">Ingress</h4><p id="cce_10_0010__p96672218193">Services forward requests using TCP and UDP at Layer 4. Ingresses forward requests using HTTP and HTTPS at Layer 7, and can achieve finer-grained traffic routing through domain names and paths.</p>
|
||||
<div class="section" id="cce_10_0010__section1248852094313"><a name="cce_10_0010__section1248852094313"></a><a name="section1248852094313"></a><h4 class="sectiontitle">Ingress</h4><p id="cce_10_0010__p96672218193">Services forward requests using TCP and UDP at Layer 4. Ingresses forward requests using HTTP and HTTPS at Layer 7. Domain names and paths can be used for access of finer granularities.</p>
|
||||
<div class="fignone" id="cce_10_0010__fig816719454212"><span class="figcap"><b>Figure 3 </b>An ingress and its associated Services</span><br><span><img id="cce_10_0010__en-us_topic_0249851122_image8371183511310" src="en-us_image_0258961458.png"></span></div>
|
||||
<p id="cce_10_0010__p174691141141410">For details about the ingress, see <a href="cce_10_0094.html">Ingress Overview</a>.</p>
|
||||
</div>
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
|
||||
<h1 class="topictitle1">Viewing CTS Traces in the Trace List</h1>
|
||||
<div id="body1525226397666"><div class="section" id="cce_10_0026__en-us_topic_0179639644_section5470822195238"><h4 class="sectiontitle">Scenarios</h4><p id="cce_10_0026__en-us_topic_0179639644_p5235541767">Cloud Trace Service (CTS) records operations performed on cloud service resources. A record contains information such as the user who performed the operation, IP address, operation content, and returned response message. These records facilitate security auditing, issue tracking, and resource locating. They also help you plan and use resources, and identify high-risk or non-compliant operations.</p>
|
||||
<p id="cce_10_0026__en-us_topic_0179639644_p5961487316">This section describes how to query or export operation records of the last seven days on the CTS console.</p>
|
||||
</div>
|
||||
<div class="section" id="cce_10_0026__en-us_topic_0179639644_section036851413573"><h4 class="sectiontitle">What Is a Trace?</h4><p id="cce_10_0026__en-us_topic_0179639644_p7344192412579">A trace is an operation log for a cloud service resource, tracked and stored by CTS. Traces record operations such as adding, modifying, or deleting cloud service resources. You can view them to identify who performed operations and when for detailed tracking.</p>
|
||||
</div>
|
||||
<div class="section" id="cce_10_0026__en-us_topic_0179639644_section19271975203"><h4 class="sectiontitle">Viewing Traces in the Trace List</h4><ol id="cce_10_0026__en-us_topic_0179639644_ol143115612115"><li id="cce_10_0026__en-us_topic_0179639644_li1629194722218"><span>Log in to the management console, click <span><img id="cce_10_0026__en-us_topic_0179639644_image1229124714224" src="en-us_image_0000002359774578.png"></span> in the upper left corner, and choose <strong id="cce_10_0026__en-us_topic_0179639644_b0101171161313">Management & Deployment</strong> > <strong id="cce_10_0026__en-us_topic_0179639644_b17101511131310">Cloud Trace Service</strong>.</span></li><li id="cce_10_0026__en-us_topic_0179639644_li1443115692119"><span>In the navigation pane, choose <strong id="cce_10_0026__en-us_topic_0179639644_b5352121921314">Trace List</strong>.</span></li><li id="cce_10_0026__en-us_topic_0179639644_li1468123811239"><span>In the upper right corner of the page, select a desired query time range: <strong id="cce_10_0026__en-us_topic_0179639644_b97183311212">Last 1 hour</strong>, <strong id="cce_10_0026__en-us_topic_0179639644_b17712033131211">Last 1 day</strong>, or <strong id="cce_10_0026__en-us_topic_0179639644_b12717337121">Last 1 week</strong>. You can also specify a custom time range within the last seven days.</span></li><li id="cce_10_0026__en-us_topic_0179639644_li243155612119"><span>Set filters to search for your desired traces, as shown in <a href="#cce_10_0026__en-us_topic_0179639644_fig139361441134311">Figure 1</a>.</span><p><div class="fignone" id="cce_10_0026__en-us_topic_0179639644_fig139361441134311"><a name="cce_10_0026__en-us_topic_0179639644_fig139361441134311"></a><a name="en-us_topic_0179639644_fig139361441134311"></a><span class="figcap"><b>Figure 1 </b>Filters</span><br><span><img id="cce_10_0026__en-us_topic_0179639644_image14936144112433" src="en-us_image_0000001744598325.png"></span></div>
|
||||
<div class="section" id="cce_10_0026__en-us_topic_0179639644_section19271975203"><h4 class="sectiontitle">Viewing Traces in the Trace List</h4><ol id="cce_10_0026__en-us_topic_0179639644_ol143115612115"><li id="cce_10_0026__en-us_topic_0179639644_li1629194722218"><span>Log in to the management console, click <span><img id="cce_10_0026__en-us_topic_0179639644_image1229124714224" src="en-us_image_0000002359774578.png"></span> in the upper left corner, and choose <strong id="cce_10_0026__en-us_topic_0179639644_b0101171161313">Management & Deployment</strong> > <strong id="cce_10_0026__en-us_topic_0179639644_b17101511131310">Cloud Trace Service</strong>.</span></li><li id="cce_10_0026__en-us_topic_0179639644_li1443115692119"><span>In the navigation pane, choose <strong id="cce_10_0026__en-us_topic_0179639644_b5352121921314">Trace List</strong>.</span></li><li id="cce_10_0026__en-us_topic_0179639644_li1468123811239"><span>In the upper right corner of the page, set a desired query time range: <strong id="cce_10_0026__en-us_topic_0179639644_b192893416490">Last 1 hour</strong>, <strong id="cce_10_0026__en-us_topic_0179639644_b122899464911">Last 1 day</strong>, or <strong id="cce_10_0026__en-us_topic_0179639644_b19289147490">Last 1 week</strong>. You can also click <strong id="cce_10_0026__en-us_topic_0179639644_b328913414912">Customize</strong> to specify a custom time range within the last seven days.</span></li><li id="cce_10_0026__en-us_topic_0179639644_li243155612119"><span>Set filters to search for your desired traces, as shown in <a href="#cce_10_0026__en-us_topic_0179639644_fig139361441134311">Figure 1</a>.</span><p><div class="fignone" id="cce_10_0026__en-us_topic_0179639644_fig139361441134311"><a name="cce_10_0026__en-us_topic_0179639644_fig139361441134311"></a><a name="en-us_topic_0179639644_fig139361441134311"></a><span class="figcap"><b>Figure 1 </b>Filters</span><br><span><img id="cce_10_0026__en-us_topic_0179639644_image14936144112433" src="en-us_image_0000001744598325.png"></span></div>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="cce_10_0026__en-us_topic_0179639644_table147746583014" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Trace filtering parameters</caption><thead align="left"><tr id="cce_10_0026__en-us_topic_0179639644_row1877510573019"><th align="left" class="cellrowborder" valign="top" width="18.95%" id="mcps1.3.3.2.4.2.2.2.3.1.1"><p id="cce_10_0026__en-us_topic_0179639644_p1877512593016">Parameter</p>
|
||||
</th>
|
||||
@ -28,14 +27,14 @@
|
||||
<tr id="cce_10_0026__en-us_topic_0179639644_row531111429400"><td class="cellrowborder" valign="top" width="18.95%" headers="mcps1.3.3.2.4.2.2.2.3.1.1 "><p id="cce_10_0026__en-us_topic_0179639644_p167757553018">Resource type</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="81.05%" headers="mcps1.3.3.2.4.2.2.2.3.1.2 "><p id="cce_10_0026__en-us_topic_0179639644_p1677513515307">Select the type of the resource involved in a trace from the drop-down list.</p>
|
||||
<p id="cce_10_0026__en-us_topic_0179639644_p1077535173016">For details about the resource types of each cloud service, see "Supported Services and Operations" in <em id="cce_10_0026__en-us_topic_0179639644_i8304152131410">CTS User Guide</em>.</p>
|
||||
<p id="cce_10_0026__en-us_topic_0179639644_p1077535173016">For details about the resource types of each cloud service, see section "Supported Services and Operations" in the <em id="cce_10_0026__en-us_topic_0179639644_i1090794613497">Cloud Trace Service User Guide</em>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_10_0026__en-us_topic_0179639644_row17951953163817"><td class="cellrowborder" valign="top" width="18.95%" headers="mcps1.3.3.2.4.2.2.2.3.1.1 "><p id="cce_10_0026__en-us_topic_0179639644_p17951145393815">Search By</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="81.05%" headers="mcps1.3.3.2.4.2.2.2.3.1.2 "><p id="cce_10_0026__en-us_topic_0179639644_p1866016362423">Select one of the following options:</p>
|
||||
<ul id="cce_10_0026__en-us_topic_0179639644_ul8324201518432"><li id="cce_10_0026__en-us_topic_0179639644_li1332441519434"><strong id="cce_10_0026__en-us_topic_0179639644_b17755195192214">Resource ID</strong>: ID of the cloud resource involved in a trace.<p id="cce_10_0026__en-us_topic_0179639644_p927319140446">Leave this field empty if the resource has no resource ID or if resource creation failed.</p>
|
||||
</li><li id="cce_10_0026__en-us_topic_0179639644_li19324111594319"><strong id="cce_10_0026__en-us_topic_0179639644_b20740051162314">Trace name</strong>: name of a trace.<p id="cce_10_0026__en-us_topic_0179639644_p162131756164314">For details about the operations that can be audited for each cloud service, see "Supported Services and Operations" in <em id="cce_10_0026__en-us_topic_0179639644_i1559831121510">CTS User Guide</em>.</p>
|
||||
</li><li id="cce_10_0026__en-us_topic_0179639644_li19324111594319"><strong id="cce_10_0026__en-us_topic_0179639644_b20740051162314">Trace name</strong>: name of a trace.<p id="cce_10_0026__en-us_topic_0179639644_p162131756164314">For details about the operations that can be audited for each cloud service, see section "Supported Services and Operations" in the <em id="cce_10_0026__en-us_topic_0179639644_i185782113507">Cloud Trace Service User Guide</em>.</p>
|
||||
</li><li id="cce_10_0026__en-us_topic_0179639644_li53251315144311"><strong id="cce_10_0026__en-us_topic_0179639644_b113836152512">Resource name</strong>: name of the cloud resource involved in a trace.<p id="cce_10_0026__en-us_topic_0179639644_p546964974419">If the cloud resource involved in the trace does not have a resource name or the corresponding API operation does not involve the resource name parameter, leave this field empty.</p>
|
||||
</li></ul>
|
||||
</td>
|
||||
@ -60,7 +59,7 @@
|
||||
</p></li><li id="cce_10_0026__en-us_topic_0179639644_li15432145622119"><span>Click <span><img id="cce_10_0026__en-us_topic_0179639644_image9947176447" src="en-us_image_0000001744678489.jpg"></span> on the left of a trace to expand its details.</span><p><p id="cce_10_0026__en-us_topic_0179639644_p1294101714446"></p>
|
||||
<p id="cce_10_0026__en-us_topic_0179639644_p1694171715446"><span><img id="cce_10_0026__en-us_topic_0179639644_image1767234653119" src="en-us_image_0000001942942816.png"></span></p>
|
||||
<p id="cce_10_0026__en-us_topic_0179639644_p145491156142711"></p>
|
||||
</p></li><li id="cce_10_0026__en-us_topic_0179639644_li143245616217"><span>Click <strong id="cce_10_0026__en-us_topic_0179639644_b139145611337">View Trace</strong> in the <strong id="cce_10_0026__en-us_topic_0179639644_b1591756103313">Operation</strong> column. The trace details are displayed.</span><p><p id="cce_10_0026__en-us_topic_0179639644_p1695161714447"><span><img id="cce_10_0026__en-us_topic_0179639644_image1904172011220" src="en-us_image_0000001758618249.png"></span></p>
|
||||
</p></li><li id="cce_10_0026__en-us_topic_0179639644_li143245616217"><span>Click <strong id="cce_10_0026__en-us_topic_0179639644_b139145611337">View Trace</strong> in the <strong id="cce_10_0026__en-us_topic_0179639644_b1591756103313">Operation</strong> column. The trace details are displayed.</span><p><p id="cce_10_0026__en-us_topic_0179639644_p1695161714447"><span><img id="cce_10_0026__en-us_topic_0179639644_image1990505483515" src="en-us_image_0000001758618249.png"></span></p>
|
||||
</p></li></ol>
|
||||
</div>
|
||||
<div class="section" id="cce_10_0026__en-us_topic_0179639644_section18501734161612"><h4 class="sectiontitle">Helpful Links</h4><ul id="cce_10_0026__en-us_topic_0179639644_ul19442019172"><li id="cce_10_0026__en-us_topic_0179639644_li547715311275">For details about the key fields in the trace structure, see <a href="https://docs.otc.t-systems.com/cloud-trace-service/umn/user_guide/trace_references/trace_structure.html#cts-03-0010" target="_blank" rel="noopener noreferrer">Trace Structure</a> and <a href="https://docs.otc.t-systems.com/cloud-trace-service/umn/user_guide/trace_references/example_traces.html" target="_blank" rel="noopener noreferrer">Example Traces</a>.</li></ul>
|
||||
|
||||
@ -176,7 +176,7 @@
|
||||
<tr id="cce_10_0028__row111621459112217"><td class="cellrowborder" valign="top" width="18%" headers="mcps1.3.5.2.2.2.2.2.4.1.1 "><p id="cce_10_0028__p2162105911222"><span id="cce_10_0028__ph75033321522">Reserved Pod IP Per Node</span> (supported by clusters using the VPC networks)</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.5.2.2.2.2.2.4.1.2 "><p id="cce_10_0028__p1475043685516">The number of pod IP addresses that can be allocated in the container network (<strong id="cce_10_0028__b154119512711">alpha.cce/fixPoolMask</strong>). This parameter determines the maximum number of pods that can be created on each node. Pods that use the host networks do not occupy the reserved IP addresses.</p>
|
||||
<p id="cce_10_0028__p1750912498414">In <a href="cce_10_0348.html#cce_10_0348__li13739132619599">a container network</a>, each pod is assigned a unique IP address. If the number of pod IP addresses reserved for each node is insufficient, pods cannot be created. For details, see <a href="cce_10_0348.html#cce_10_0348__section10770192193714">Number of Reserved Pod IP Addresses Per Node</a>.</p>
|
||||
<p id="cce_10_0028__p1750912498414">In <a href="cce_10_0348.html#cce_10_0348__li13739132619599">a container network</a>, each pod is assigned a unique IP address. If the number of pod IP addresses reserved for each node is insufficient, pods cannot be created. For details, see <a href="cce_10_0348.html#cce_10_0348__section10770192193714">Number of Allocatable Pod IP Addresses on a Node</a>.</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.5.2.2.2.2.2.4.1.3 "><p id="cce_10_0028__p816218596227">No</p>
|
||||
</td>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -225,7 +225,7 @@ kind: NetworkPolicy
|
||||
metadata:
|
||||
name: access-ingress3
|
||||
spec:
|
||||
podSelector: # The rule applies only to pods labeled with <strong id="cce_10_0059__b2045362474">role=db</strong>.
|
||||
podSelector: # The rule applies only to pods labeled with <strong id="cce_10_0059__b10740734">role=db</strong>.
|
||||
matchLabels:
|
||||
role: db
|
||||
ingress: # This is an ingress rule.
|
||||
@ -302,7 +302,7 @@ spec:
|
||||
- podSelector: # The rule takes effect for pods with the <strong id="cce_10_0059__b3721808819534">role=web</strong> label.
|
||||
matchLabels:
|
||||
role: web</pre>
|
||||
</li><li id="cce_10_0059__li8782184511358">Run the following command to create the network policy defined in the <strong id="cce_10_0059__b14485111255117">access-egress2.yaml</strong> file:<pre class="screen" id="cce_10_0059__screen1778294513513">kubectl apply -f access-egress2.yaml</pre>
|
||||
</li><li id="cce_10_0059__li8782184511358">Run the following command to create the network policy defined the <strong id="cce_10_0059__b14485111255117">access-egress2.yaml</strong> file:<pre class="screen" id="cce_10_0059__screen1778294513513">kubectl apply -f access-egress2.yaml</pre>
|
||||
<p id="cce_10_0059__p478264516352">Expected output:</p>
|
||||
<pre class="screen" id="cce_10_0059__screen878234533511">networkpolicy.networking.k8s.io/access-egress2 created</pre>
|
||||
</li></ol>
|
||||
|
||||
@ -420,42 +420,17 @@
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="cce_10_0066__en-us_topic_0000001559534258_row8932114912510"><td class="cellrowborder" valign="top" width="15.51155115511551%" headers="mcps1.3.6.2.2.4.1.1 "><p id="cce_10_0066__en-us_topic_0000001559534258_p1493216493514">2.4.198</p>
|
||||
<tbody><tr id="cce_10_0066__en-us_topic_0000001559534258_row9254171316545"><td class="cellrowborder" valign="top" width="15.51155115511551%" headers="mcps1.3.6.2.2.4.1.1 "><p id="cce_10_0066__en-us_topic_0000001559534258_p6693516105416">2.4.161</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25.172517251725175%" headers="mcps1.3.6.2.2.4.1.2 "><p id="cce_10_0066__en-us_topic_0000001559534258_p161221141465">v1.27</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p17122542610">v1.28</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p181221545619">v1.29</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p61224412617">v1.30</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p4122045615">v1.31</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p812214410617">v1.32</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p3122134361">v1.33</p>
|
||||
<td class="cellrowborder" valign="top" width="25.172517251725175%" headers="mcps1.3.6.2.2.4.1.2 "><p id="cce_10_0066__en-us_topic_0000001559534258_p14693171619544">v1.25</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p069371645418">v1.27</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p9693101655412">v1.28</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p06931016145418">v1.29</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p76932162549">v1.30</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p7693101615541">v1.31</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p1238918263541">v1.32</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="59.31593159315932%" headers="mcps1.3.6.2.2.4.1.3 "><p id="cce_10_0066__en-us_topic_0000001559534258_p453051014615">CCE clusters v1.33 are supported.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_10_0066__en-us_topic_0000001559534258_row22431232193917"><td class="cellrowborder" valign="top" width="15.51155115511551%" headers="mcps1.3.6.2.2.4.1.1 "><p id="cce_10_0066__en-us_topic_0000001559534258_p96841440113918">2.4.196</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25.172517251725175%" headers="mcps1.3.6.2.2.4.1.2 "><p id="cce_10_0066__en-us_topic_0000001559534258_p17684184023917">v1.27</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p8684134083914">v1.28</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p268464014396">v1.29</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p7684104013397">v1.30</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p10684164012397">v1.31</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p1468474017398">v1.32</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p5684144015396">v1.33</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="59.31593159315932%" headers="mcps1.3.6.2.2.4.1.3 "><p id="cce_10_0066__en-us_topic_0000001559534258_p5527457809">CCE clusters v1.33 are supported.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_10_0066__en-us_topic_0000001559534258_row33651857165811"><td class="cellrowborder" valign="top" width="15.51155115511551%" headers="mcps1.3.6.2.2.4.1.1 "><p id="cce_10_0066__en-us_topic_0000001559534258_p1954723155918">2.4.167</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="25.172517251725175%" headers="mcps1.3.6.2.2.4.1.2 "><p id="cce_10_0066__en-us_topic_0000001559534258_p1429154585910">v1.27</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p629124505918">v1.28</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p14291134565911">v1.29</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p1129134545914">v1.30</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p1629194510591">v1.31</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p3291144518599">v1.32</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="59.31593159315932%" headers="mcps1.3.6.2.2.4.1.3 "><p id="cce_10_0066__en-us_topic_0000001559534258_p197561494591">CCE clusters v1.32 are supported.</p>
|
||||
<td class="cellrowborder" valign="top" width="59.31593159315932%" headers="mcps1.3.6.2.2.4.1.3 "><p id="cce_10_0066__en-us_topic_0000001559534258_p163634323542">CCE clusters v1.32 are supported.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_10_0066__en-us_topic_0000001559534258_row20626722193716"><td class="cellrowborder" valign="top" width="15.51155115511551%" headers="mcps1.3.6.2.2.4.1.1 "><p id="cce_10_0066__en-us_topic_0000001559534258_p1516293063713">2.4.134</p>
|
||||
@ -467,7 +442,7 @@
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p1116253053710">v1.30</p>
|
||||
<p id="cce_10_0066__en-us_topic_0000001559534258_p1016283093714">v1.31</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="59.31593159315932%" headers="mcps1.3.6.2.2.4.1.3 "><p id="cce_10_0066__en-us_topic_0000001559534258_p13604183345612">CCE clusters v1.31 are supported.</p>
|
||||
<td class="cellrowborder" valign="top" width="59.31593159315932%" headers="mcps1.3.6.2.2.4.1.3 "><p id="cce_10_0066__en-us_topic_0000001559534258_p1668154463714">Fixed some issues.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_10_0066__en-us_topic_0000001559534258_row16377112285810"><td class="cellrowborder" valign="top" width="15.51155115511551%" headers="mcps1.3.6.2.2.4.1.1 "><p id="cce_10_0066__en-us_topic_0000001559534258_p1289322913588">2.4.75</p>
|
||||
|
||||
@ -374,22 +374,7 @@ $configBlock
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="cce_10_0129__en-us_topic_0000001608265441_row13653165703820"><td class="cellrowborder" valign="top" width="17.64%" headers="mcps1.3.7.2.2.5.1.1 "><p id="cce_10_0129__en-us_topic_0000001608265441_p365313574383">1.30.43</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="29.42%" headers="mcps1.3.7.2.2.5.1.2 "><p id="cce_10_0129__en-us_topic_0000001608265441_p1995143173917">v1.27</p>
|
||||
<p id="cce_10_0129__en-us_topic_0000001608265441_p5951133123919">v1.28</p>
|
||||
<p id="cce_10_0129__en-us_topic_0000001608265441_p1695112303919">v1.29</p>
|
||||
<p id="cce_10_0129__en-us_topic_0000001608265441_p995112310393">v1.30</p>
|
||||
<p id="cce_10_0129__en-us_topic_0000001608265441_p1195193203913">v1.31</p>
|
||||
<p id="cce_10_0129__en-us_topic_0000001608265441_p9951113163918">v1.32</p>
|
||||
<p id="cce_10_0129__en-us_topic_0000001608265441_p1595118320394">v1.33</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="35.29%" headers="mcps1.3.7.2.2.5.1.3 "><p id="cce_10_0129__en-us_topic_0000001608265441_p16305123433915">CCE clusters v1.33 are supported.</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="17.65%" headers="mcps1.3.7.2.2.5.1.4 "><p id="cce_10_0129__en-us_topic_0000001608265441_p119517303910"><a href="https://github.com/coredns/coredns/releases/tag/v1.11.4" target="_blank" rel="noopener noreferrer">1.11.4</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_10_0129__en-us_topic_0000001608265441_row17675143610531"><td class="cellrowborder" valign="top" width="17.64%" headers="mcps1.3.7.2.2.5.1.1 "><p id="cce_10_0129__en-us_topic_0000001608265441_p0146104135310">1.30.33</p>
|
||||
<tbody><tr id="cce_10_0129__en-us_topic_0000001608265441_row17675143610531"><td class="cellrowborder" valign="top" width="17.64%" headers="mcps1.3.7.2.2.5.1.1 "><p id="cce_10_0129__en-us_topic_0000001608265441_p0146104135310">1.30.33</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="29.42%" headers="mcps1.3.7.2.2.5.1.2 "><p id="cce_10_0129__en-us_topic_0000001608265441_p71468418531">v1.25</p>
|
||||
<p id="cce_10_0129__en-us_topic_0000001608265441_p714654155319">v1.27</p>
|
||||
|
||||
@ -20,8 +20,6 @@
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="cce_10_0113.html">Configuring Environment Variables</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="cce_10_0055.html">Configuring APM</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="cce_10_0397.html">Upgrading and Rolling Back a Workload</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="cce_10_0728.html">Configuring Tolerance Policies</a></strong><br>
|
||||
|
||||
@ -499,22 +499,7 @@ problem_gauge{reason="CRIIsUp",type="CRIProblem"} 0
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="cce_10_0132__en-us_topic_0000001559693886_row16257115312455"><td class="cellrowborder" valign="top" width="17.65%" headers="mcps1.3.10.2.2.5.1.1 "><p id="cce_10_0132__en-us_topic_0000001559693886_p1988010570454">1.19.33</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="29.409999999999997%" headers="mcps1.3.10.2.2.5.1.2 "><p id="cce_10_0132__en-us_topic_0000001559693886_p6880115744511">v1.27</p>
|
||||
<p id="cce_10_0132__en-us_topic_0000001559693886_p0880195711458">v1.28</p>
|
||||
<p id="cce_10_0132__en-us_topic_0000001559693886_p1088013579453">v1.29</p>
|
||||
<p id="cce_10_0132__en-us_topic_0000001559693886_p68809579457">v1.30</p>
|
||||
<p id="cce_10_0132__en-us_topic_0000001559693886_p10880155744510">v1.31</p>
|
||||
<p id="cce_10_0132__en-us_topic_0000001559693886_p188801657184517">v1.32</p>
|
||||
<p id="cce_10_0132__en-us_topic_0000001559693886_p5880165720455">v1.33</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="38.07%" headers="mcps1.3.10.2.2.5.1.3 "><p id="cce_10_0132__en-us_topic_0000001559693886_p914454154611">Fixed some issues.</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="14.87%" headers="mcps1.3.10.2.2.5.1.4 "><p id="cce_10_0132__en-us_topic_0000001559693886_p198801657144513"><a href="https://github.com/kubernetes/node-problem-detector/releases/tag/v0.8.10" target="_blank" rel="noopener noreferrer">0.8.10</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_10_0132__en-us_topic_0000001559693886_row394594919544"><td class="cellrowborder" valign="top" width="17.65%" headers="mcps1.3.10.2.2.5.1.1 "><p id="cce_10_0132__en-us_topic_0000001559693886_p8703452125419">1.19.25</p>
|
||||
<tbody><tr id="cce_10_0132__en-us_topic_0000001559693886_row394594919544"><td class="cellrowborder" valign="top" width="17.65%" headers="mcps1.3.10.2.2.5.1.1 "><p id="cce_10_0132__en-us_topic_0000001559693886_p8703452125419">1.19.25</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="29.409999999999997%" headers="mcps1.3.10.2.2.5.1.2 "><p id="cce_10_0132__en-us_topic_0000001559693886_p0704175211545">v1.25</p>
|
||||
<p id="cce_10_0132__en-us_topic_0000001559693886_p170495275419">v1.27</p>
|
||||
|
||||
@ -79,11 +79,11 @@
|
||||
</li><li id="cce_10_0141__li113881456468">When installing a GPU driver on Ubuntu and CentOS, pay attention to the OS version. For details, see <a href="#cce_10_0141__table6519152112818">Table 3</a>. For more information, see <a href="https://docs.nvidia.com/datacenter/tesla/" target="_blank" rel="noopener noreferrer">NVIDIA Driver Documentation</a>.</li></ul>
|
||||
</div></div>
|
||||
|
||||
<div class="tablenoborder"><a name="cce_10_0141__table056413288409"></a><a name="table056413288409"></a><table cellpadding="4" cellspacing="0" summary="" id="cce_10_0141__table056413288409" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Supported GPU drivers</caption><thead align="left"><tr id="cce_10_0141__row17564102864016"><th align="left" class="cellrowborder" rowspan="2" valign="top" width="16.966037735849053%" id="mcps1.3.11.3.2.7.1.1"><p id="cce_10_0141__p65641928114011"><strong id="cce_10_0141__b101043949">GPU Model</strong></p>
|
||||
<div class="tablenoborder"><a name="cce_10_0141__table056413288409"></a><a name="table056413288409"></a><table cellpadding="4" cellspacing="0" summary="" id="cce_10_0141__table056413288409" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Supported GPU drivers</caption><thead align="left"><tr id="cce_10_0141__row17564102864016"><th align="left" class="cellrowborder" rowspan="2" valign="top" width="16.966037735849053%" id="mcps1.3.11.3.2.7.1.1"><p id="cce_10_0141__p65641928114011"><strong id="cce_10_0141__b1807133721">GPU Model</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" rowspan="2" valign="top" width="16.966037735849053%" id="mcps1.3.11.3.2.7.1.2"><p id="cce_10_0141__p8564192814016"><strong id="cce_10_0141__b1558601204">Supported Cluster Type</strong></p>
|
||||
<th align="left" class="cellrowborder" rowspan="2" valign="top" width="16.966037735849053%" id="mcps1.3.11.3.2.7.1.2"><p id="cce_10_0141__p8564192814016"><strong id="cce_10_0141__b1262368121">Supported Cluster Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" rowspan="2" valign="top" width="16.966037735849053%" id="mcps1.3.11.3.2.7.1.3"><p id="cce_10_0141__p45641228164018"><strong id="cce_10_0141__b1945810092">Specification</strong></p>
|
||||
<th align="left" class="cellrowborder" rowspan="2" valign="top" width="16.966037735849053%" id="mcps1.3.11.3.2.7.1.3"><p id="cce_10_0141__p45641228164018"><strong id="cce_10_0141__b1563295180">Specification</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="16.93584905660377%" id="mcps1.3.11.3.2.7.1.4"><p id="cce_10_0141__p456402811407">OS</p>
|
||||
</th>
|
||||
@ -198,7 +198,7 @@
|
||||
<p id="cce_10_0141__p699518390599"></p>
|
||||
</div>
|
||||
<div class="section" id="cce_10_0141__section95451728192112"><a name="cce_10_0141__section95451728192112"></a><a name="section95451728192112"></a><h4 class="sectiontitle">Obtaining a Driver Link from the Internet</h4><ol id="cce_10_0141__ol1138125974915"><li id="cce_10_0141__li620314782713"><span>Log in to the <span id="cce_10_0141__cce_10_0004_ph18314322182_3">CCE console</span> and click the cluster name to access the cluster console.</span></li><li id="cce_10_0141__li111387599493"><span>Create a node. In the <strong id="cce_10_0141__b2312250103712">Specifications</strong> area, select the GPU node flavor. The GPU card models are displayed in the lower part of the area.</span><p><p id="cce_10_0141__p1618510475363"></p>
|
||||
</p></li></ol><ol start="3" id="cce_10_0141__ol195031456154814"><li id="cce_10_0141__li16232124410505"><span>Log in to the <a href="https://www.nvidia.com/en-us/drivers/" target="_blank" rel="noopener noreferrer">NVIDIA driver download page</a> and search for driver information. The OS must be <strong id="cce_10_0141__b10981947121910">Linux 64-bit</strong>.</span><p><div class="fignone" id="cce_10_0141__fig11696366517"><span class="figcap"><b>Figure 2 </b>Selecting parameters</span><br><span><img id="cce_10_0141__image1519115318213" src="en-us_image_0000002516199373.png"></span></div>
|
||||
</p></li></ol><ol start="3" id="cce_10_0141__ol195031456154814"><li id="cce_10_0141__li16232124410505"><span>Log in to the <a href="https://www.nvidia.com/en-us/drivers/" target="_blank" rel="noopener noreferrer">NVIDIA driver download page</a> and search for the driver information. The OS must be <strong id="cce_10_0141__b18474438264">Linux 64-bit</strong>.</span><p><div class="fignone" id="cce_10_0141__fig11696366517"><span class="figcap"><b>Figure 2 </b>Selecting parameters</span><br><span><img id="cce_10_0141__image1519115318213" src="en-us_image_0000002516199373.png"></span></div>
|
||||
</p></li><li id="cce_10_0141__li1682301014493"><span>After confirming the driver information, click <span class="uicontrol" id="cce_10_0141__uicontrol1411775314551"><b>Find</b></span>. On the displayed page, find the driver to be downloaded and click <span class="uicontrol" id="cce_10_0141__uicontrol163131533185618"><b>View</b></span>.</span><p><div class="fignone" id="cce_10_0141__fig7873421145213"><span class="figcap"><b>Figure 3 </b>Viewing the driver information</span><br><span><img id="cce_10_0141__image29015595501" src="en-us_image_0000002483959410.png"></span></div>
|
||||
</p></li><li id="cce_10_0141__li624514474513"><span>Click <strong id="cce_10_0141__b89621609439">Download</strong> and copy the download link.</span><p><div class="fignone" id="cce_10_0141__fig635212293546"><span class="figcap"><b>Figure 4 </b>Obtaining the link</span><br><span><img id="cce_10_0141__image99782175560" src="en-us_image_0000002516079355.png"></span></div>
|
||||
</p></li></ol>
|
||||
@ -252,32 +252,7 @@
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="cce_10_0141__en-us_topic_0000001559693890_row1867673720563"><td class="cellrowborder" valign="top" width="21.432143214321435%" headers="mcps1.3.16.2.2.4.1.1 "><p id="cce_10_0141__en-us_topic_0000001559693890_p1017134316564">2.11.1</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="35.71357135713571%" headers="mcps1.3.16.2.2.4.1.2 "><p id="cce_10_0141__en-us_topic_0000001559693890_p1517184375616">v1.28</p>
|
||||
<p id="cce_10_0141__en-us_topic_0000001559693890_p15171114395611">v1.29</p>
|
||||
<p id="cce_10_0141__en-us_topic_0000001559693890_p16171144335610">v1.30</p>
|
||||
<p id="cce_10_0141__en-us_topic_0000001559693890_p1317114311569">v1.31</p>
|
||||
<p id="cce_10_0141__en-us_topic_0000001559693890_p13171943175613">v1.32</p>
|
||||
<p id="cce_10_0141__en-us_topic_0000001559693890_p518964718566">v1.33</p>
|
||||
<p id="cce_10_0141__en-us_topic_0000001559693890_p11913194765619">v1.34</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="42.85428542854286%" headers="mcps1.3.16.2.2.4.1.3 "><p id="cce_10_0141__en-us_topic_0000001559693890_p417114319566">CCE clusters v1.34 are supported.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_10_0141__en-us_topic_0000001559693890_row872155994619"><td class="cellrowborder" valign="top" width="21.432143214321435%" headers="mcps1.3.16.2.2.4.1.1 "><p id="cce_10_0141__en-us_topic_0000001559693890_p13721559124612">2.10.2</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="35.71357135713571%" headers="mcps1.3.16.2.2.4.1.2 "><p id="cce_10_0141__en-us_topic_0000001559693890_p9784131474">v1.28</p>
|
||||
<p id="cce_10_0141__en-us_topic_0000001559693890_p579113144720">v1.29</p>
|
||||
<p id="cce_10_0141__en-us_topic_0000001559693890_p87941394719">v1.30</p>
|
||||
<p id="cce_10_0141__en-us_topic_0000001559693890_p97921334714">v1.31</p>
|
||||
<p id="cce_10_0141__en-us_topic_0000001559693890_p879141304714">v1.32</p>
|
||||
<p id="cce_10_0141__en-us_topic_0000001559693890_p1047811149473">v1.33</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="42.85428542854286%" headers="mcps1.3.16.2.2.4.1.3 "><p id="cce_10_0141__en-us_topic_0000001559693890_p1728192214717">Supported NVIDIA driver 570.86.15.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_10_0141__en-us_topic_0000001559693890_row4741978131"><td class="cellrowborder" valign="top" width="21.432143214321435%" headers="mcps1.3.16.2.2.4.1.1 "><p id="cce_10_0141__en-us_topic_0000001559693890_p2382018201318">2.8.4</p>
|
||||
<tbody><tr id="cce_10_0141__en-us_topic_0000001559693890_row4741978131"><td class="cellrowborder" valign="top" width="21.432143214321435%" headers="mcps1.3.16.2.2.4.1.1 "><p id="cce_10_0141__en-us_topic_0000001559693890_p2382018201318">2.8.4</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="35.71357135713571%" headers="mcps1.3.16.2.2.4.1.2 "><p id="cce_10_0141__en-us_topic_0000001559693890_p611012386138">v1.28</p>
|
||||
<p id="cce_10_0141__en-us_topic_0000001559693890_p1811018387136">v1.29</p>
|
||||
@ -323,7 +298,7 @@
|
||||
<p id="cce_10_0141__en-us_topic_0000001559693890_p0532121144210">v1.29</p>
|
||||
<p id="cce_10_0141__en-us_topic_0000001559693890_p82341123174214">v1.30</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="42.85428542854286%" headers="mcps1.3.16.2.2.4.1.3 "><ul id="cce_10_0141__en-us_topic_0000001559693890_ul16128144911429"><li id="cce_10_0141__en-us_topic_0000001559693890_li1212884911427">Supported xGPU configuration for node pools.</li><li id="cce_10_0141__en-us_topic_0000001559693890_li1712874904213">Supported GPU rendering.</li><li id="cce_10_0141__en-us_topic_0000001559693890_li18254145234218">Clusters v1.30 are supported.</li></ul>
|
||||
<td class="cellrowborder" valign="top" width="42.85428542854286%" headers="mcps1.3.16.2.2.4.1.3 "><ul id="cce_10_0141__en-us_topic_0000001559693890_ul16128144911429"><li id="cce_10_0141__en-us_topic_0000001559693890_li1212884911427">Supported xGPU configuration by node pool.</li><li id="cce_10_0141__en-us_topic_0000001559693890_li1712874904213">Supported GPU rendering.</li><li id="cce_10_0141__en-us_topic_0000001559693890_li18254145234218">Clusters v1.30 are supported.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_10_0141__en-us_topic_0000001559693890_row129815138462"><td class="cellrowborder" valign="top" width="21.432143214321435%" headers="mcps1.3.16.2.2.4.1.1 "><p id="cce_10_0141__en-us_topic_0000001559693890_p86679446461">2.6.4</p>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -383,7 +383,7 @@ workload_balancer_third_party_types: ''</pre>
|
||||
<td class="cellrowborder" valign="top" width="28.442844284428443%" headers="mcps1.3.3.2.6.2.1.4.2.5.1.3 "><p id="cce_10_0193__p26241930191112">Used to enable cloud native hybrid deployment.</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40.764076407640765%" headers="mcps1.3.3.2.6.2.1.4.2.5.1.4 "><p id="cce_10_0193__p42083564244">This function is disabled by default. Options:</p>
|
||||
<ul id="cce_10_0193__ul10325105312018"><li id="cce_10_0193__li13325553122019"><strong id="cce_10_0193__b432842910">true</strong>: The function is enabled.</li><li id="cce_10_0193__li17325195312018"><strong id="cce_10_0193__b1651011720019">false</strong> or empty: The function is disabled.</li></ul>
|
||||
<ul id="cce_10_0193__ul10325105312018"><li id="cce_10_0193__li13325553122019"><strong id="cce_10_0193__b830851743">true</strong>: The function is enabled.</li><li id="cce_10_0193__li17325195312018"><strong id="cce_10_0193__b1651011720019">false</strong> or empty: The function is disabled.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_10_0193__row89239282513"><td class="cellrowborder" valign="top" headers="mcps1.3.3.2.6.2.1.4.2.5.1.1 "><p id="cce_10_0193__p19231228754">oversubscription_method</p>
|
||||
@ -765,7 +765,7 @@ workload_balancer_third_party_types: ''</pre>
|
||||
<p id="cce_10_0193__p6646145622517">This section describes how to configure volcano-scheduler.</p>
|
||||
<div class="note" id="cce_10_0193__note13388133393710"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="cce_10_0193__p83326372378">Only Volcano of v1.7.1 and later support this function. </p>
|
||||
</div></div>
|
||||
<p id="cce_10_0193__p195053623613">Log in to the CCE console and click the cluster name to access the cluster console. In the navigation pane, choose <strong id="cce_10_0193__b081319114263">Settings</strong> and click the <strong id="cce_10_0193__b081317162615">Scheduling</strong> tab. In the <strong id="cce_10_0193__b6813815264">Default Cluster Scheduler</strong> area, find the expert mode and click <strong id="cce_10_0193__b198133152611">Try Now</strong>.</p>
|
||||
<p id="cce_10_0193__p195053623613">Log in to the CCE console and click the cluster name to access the cluster console. In the navigation pane, choose <strong id="cce_10_0193__b149962525713">Settings</strong> and click the <strong id="cce_10_0193__b3996145185715">Scheduling</strong> tab. In the <strong id="cce_10_0193__b1399618512575">Select Cluster Scheduler</strong> area, find the expert mode and click <strong id="cce_10_0193__b1899716517572">Try Now</strong>.</p>
|
||||
<p id="cce_10_0193__p112531142104212"></p>
|
||||
<p id="cce_10_0193__p1566143416357"></p>
|
||||
<ul id="cce_10_0193__ul6676425408"><li id="cce_10_0193__li46762264018">Using <strong id="cce_10_0193__b073919506719">resource_exporter</strong>:<pre class="screen" id="cce_10_0193__screen7651947143817">...
|
||||
@ -1034,33 +1034,7 @@ workload_balancer_third_party_types: ''</pre>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="cce_10_0193__en-us_topic_0000001609894173_row193005482128"><td class="cellrowborder" valign="top" width="15.21%" headers="mcps1.3.8.3.2.4.1.1 "><p id="cce_10_0193__en-us_topic_0000001609894173_p1930044861212">1.21.2</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="33.37%" headers="mcps1.3.8.3.2.4.1.2 "><p id="cce_10_0193__en-us_topic_0000001609894173_p1935419821314">v1.28</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p635419810134">v1.29</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p16354881134">v1.30</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p03549821310">v1.31</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p3354208121311">v1.32</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p183542820138">v1.33</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p535417811132">v1.34</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="51.42%" headers="mcps1.3.8.3.2.4.1.3 "><ul id="cce_10_0193__en-us_topic_0000001609894173_ul168004226159"><li id="cce_10_0193__en-us_topic_0000001609894173_li16800102281511">Supported inference workload management.</li><li id="cce_10_0193__en-us_topic_0000001609894173_li181410310155">Supported multi-dimensional parallelism and collaborative scheduling across multi-level network topologies for training tasks.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_10_0193__en-us_topic_0000001609894173_row58451619174212"><td class="cellrowborder" valign="top" width="15.21%" headers="mcps1.3.8.3.2.4.1.1 "><p id="cce_10_0193__en-us_topic_0000001609894173_p18260162894210">1.19.6</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="33.37%" headers="mcps1.3.8.3.2.4.1.2 "><p id="cce_10_0193__en-us_topic_0000001609894173_p18260152834219">v1.27</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p62601128184213">v1.28</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p192607283428">v1.29</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p526042817427">v1.30</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p17260182816423">v1.31</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p8260152810426">v1.32</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p1426012819422">v1.33</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="51.42%" headers="mcps1.3.8.3.2.4.1.3 "><ul id="cce_10_0193__en-us_topic_0000001609894173_ul5704550114210"><li id="cce_10_0193__en-us_topic_0000001609894173_li1270417507422">Added support for scalable scheduling of logical NPU pools.</li><li id="cce_10_0193__en-us_topic_0000001609894173_li1704175010425">Added support for two-level group network topology-aware scheduling in training jobs.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_10_0193__en-us_topic_0000001609894173_row17503815619"><td class="cellrowborder" valign="top" width="15.21%" headers="mcps1.3.8.3.2.4.1.1 "><p id="cce_10_0193__en-us_topic_0000001609894173_p55183815617">1.18.3</p>
|
||||
<tbody><tr id="cce_10_0193__en-us_topic_0000001609894173_row17503815619"><td class="cellrowborder" valign="top" width="15.21%" headers="mcps1.3.8.3.2.4.1.1 "><p id="cce_10_0193__en-us_topic_0000001609894173_p55183815617">1.18.3</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="33.37%" headers="mcps1.3.8.3.2.4.1.2 "><p id="cce_10_0193__en-us_topic_0000001609894173_p11973115315569">v1.27</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p1697365335617">v1.28</p>
|
||||
@ -1081,19 +1055,7 @@ workload_balancer_third_party_types: ''</pre>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p13331655366">v1.30</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p3332553616">v1.31</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="51.42%" headers="mcps1.3.8.3.2.4.1.3 "><p id="cce_10_0193__en-us_topic_0000001609894173_p13973151703611">Supported even scheduling in virtual GPUs.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_10_0193__en-us_topic_0000001609894173_row3439105011257"><td class="cellrowborder" valign="top" width="15.21%" headers="mcps1.3.8.3.2.4.1.1 "><p id="cce_10_0193__en-us_topic_0000001609894173_p6440155062519">1.15.11</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="33.37%" headers="mcps1.3.8.3.2.4.1.2 "><p id="cce_10_0193__en-us_topic_0000001609894173_p1579410810262">v1.23</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p137945815265">v1.25</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p37941815268">v1.27</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p15794188142618">v1.28</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p1579414819268">v1.29</p>
|
||||
<p id="cce_10_0193__en-us_topic_0000001609894173_p1189122042616">v1.30</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="51.42%" headers="mcps1.3.8.3.2.4.1.3 "><p id="cce_10_0193__en-us_topic_0000001609894173_p6147153212265">Fixed some issues.</p>
|
||||
<td class="cellrowborder" valign="top" width="51.42%" headers="mcps1.3.8.3.2.4.1.3 "><p id="cce_10_0193__en-us_topic_0000001609894173_p13973151703611">Supported even scheduling on virtual GPUs.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_10_0193__en-us_topic_0000001609894173_row577110132033"><td class="cellrowborder" valign="top" width="15.21%" headers="mcps1.3.8.3.2.4.1.1 "><p id="cce_10_0193__en-us_topic_0000001609894173_p163891031533">1.15.6</p>
|
||||
|
||||
@ -70,23 +70,7 @@
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="cce_10_0205__en-us_topic_0000001610054101_row153921644414"><td class="cellrowborder" valign="top" width="13.850000000000001%" headers="mcps1.3.7.2.2.5.1.1 "><p id="cce_10_0205__en-us_topic_0000001610054101_p129131471445">1.3.104</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="23.810000000000002%" headers="mcps1.3.7.2.2.5.1.2 "><p id="cce_10_0205__en-us_topic_0000001610054101_p2063622112313">v1.25</p>
|
||||
<p id="cce_10_0205__en-us_topic_0000001610054101_p17913117124415">v1.27</p>
|
||||
<p id="cce_10_0205__en-us_topic_0000001610054101_p791319724414">v1.28</p>
|
||||
<p id="cce_10_0205__en-us_topic_0000001610054101_p1391318754411">v1.29</p>
|
||||
<p id="cce_10_0205__en-us_topic_0000001610054101_p1191317794415">v1.30</p>
|
||||
<p id="cce_10_0205__en-us_topic_0000001610054101_p6913579445">v1.31</p>
|
||||
<p id="cce_10_0205__en-us_topic_0000001610054101_p191317124412">v1.32</p>
|
||||
<p id="cce_10_0205__en-us_topic_0000001610054101_p991317711448">v1.33</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="38.9%" headers="mcps1.3.7.2.2.5.1.3 "><p id="cce_10_0205__en-us_topic_0000001610054101_p189131172445">CCE clusters v1.33 are supported.</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="23.44%" headers="mcps1.3.7.2.2.5.1.4 "><p id="cce_10_0205__en-us_topic_0000001610054101_p572311124442"><a href="https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.6.2" target="_blank" rel="noopener noreferrer">0.6.2</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_10_0205__en-us_topic_0000001610054101_row44613241406"><td class="cellrowborder" valign="top" width="13.850000000000001%" headers="mcps1.3.7.2.2.5.1.1 "><p id="cce_10_0205__en-us_topic_0000001610054101_p11466241702">1.3.102</p>
|
||||
<tbody><tr id="cce_10_0205__en-us_topic_0000001610054101_row44613241406"><td class="cellrowborder" valign="top" width="13.850000000000001%" headers="mcps1.3.7.2.2.5.1.1 "><p id="cce_10_0205__en-us_topic_0000001610054101_p11466241702">1.3.102</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="23.810000000000002%" headers="mcps1.3.7.2.2.5.1.2 "><p id="cce_10_0205__en-us_topic_0000001610054101_p13700328803">v1.25</p>
|
||||
<p id="cce_10_0205__en-us_topic_0000001610054101_p1770013281700">v1.27</p>
|
||||
|
||||
@ -75,20 +75,7 @@
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="cce_10_0240__en-us_topic_0000001610213713_row17828329134315"><td class="cellrowborder" valign="top" width="21.41%" headers="mcps1.3.6.2.2.4.1.1 "><p id="cce_10_0240__en-us_topic_0000001610213713_p1634911321431">1.5.38</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="35.74%" headers="mcps1.3.6.2.2.4.1.2 "><p id="cce_10_0240__en-us_topic_0000001610213713_p17349632144316">v1.27</p>
|
||||
<p id="cce_10_0240__en-us_topic_0000001610213713_p7349432124310">v1.28</p>
|
||||
<p id="cce_10_0240__en-us_topic_0000001610213713_p17350832154320">v1.29</p>
|
||||
<p id="cce_10_0240__en-us_topic_0000001610213713_p9350163217438">v1.30</p>
|
||||
<p id="cce_10_0240__en-us_topic_0000001610213713_p5350173224320">v1.31</p>
|
||||
<p id="cce_10_0240__en-us_topic_0000001610213713_p93501325435">v1.32</p>
|
||||
<p id="cce_10_0240__en-us_topic_0000001610213713_p0350132184311">v1.33</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="42.85%" headers="mcps1.3.6.2.2.4.1.3 "><p id="cce_10_0240__en-us_topic_0000001610213713_p10932253123112">CCE clusters v1.33 are supported.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_10_0240__en-us_topic_0000001610213713_row115915492012"><td class="cellrowborder" valign="top" width="21.41%" headers="mcps1.3.6.2.2.4.1.1 "><p id="cce_10_0240__en-us_topic_0000001610213713_p716034918015">1.5.32</p>
|
||||
<tbody><tr id="cce_10_0240__en-us_topic_0000001610213713_row115915492012"><td class="cellrowborder" valign="top" width="21.41%" headers="mcps1.3.6.2.2.4.1.1 "><p id="cce_10_0240__en-us_topic_0000001610213713_p716034918015">1.5.32</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="35.74%" headers="mcps1.3.6.2.2.4.1.2 "><p id="cce_10_0240__en-us_topic_0000001610213713_p31009533017">v1.25</p>
|
||||
<p id="cce_10_0240__en-us_topic_0000001610213713_p181009531209">v1.27</p>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user