CCE API 20230213 version
Reviewed-by: Eotvos, Oliver <oliver.eotvos@t-systems.com> Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com> Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
1028
docs/cce/api-ref/AddNode.html
Normal file
582
docs/cce/api-ref/MigrateNode.html
Normal file
397
docs/cce/api-ref/RemoveNode.html
Normal file
1042
docs/cce/api-ref/ResetNode.html
Normal file
@ -16,8 +16,6 @@
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="cce_02_0342.html">Obtaining the Account ID</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="cce_02_0087.html">How to Use ELB in a Cluster</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="cce_02_0271.html">How to Obtain Parameters in the API URI</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="cce_02_0272.html">API Permissions</a></strong><br>
|
||||
@ -26,6 +24,8 @@
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="cce_02_0101.html">Creating a Key Pair</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="node_storage_example.html">Attaching Disks to a Node</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -38,6 +38,14 @@
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="cce_02_0346.html">Modifying the Access Information of a Specified Cluster</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="AddNode.html">Accepting a Node</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ResetNode.html">Resetting a Node</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="RemoveNode.html">Removing a Node</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="MigrateNode.html">Migrating a Node</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="cce_02_0354.html">Creating a Node Pool</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="cce_02_0355.html">Querying a Specified Node Pool</a></strong><br>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<h1 class="topictitle1">Creating a Cluster</h1>
|
||||
<div id="body1521448221833"><div class="section" id="cce_02_0236__section1686113493165"><h4 class="sectiontitle">Function</h4><p id="cce_02_0236__p209621357141610">This API is used to create an empty cluster, which has only master nodes but do not have worker nodes. After creating a cluster by calling this API, you can add nodes to the cluster. For details, see <a href="cce_02_0242.html">Creating a Node</a>.</p>
|
||||
<div class="note" id="cce_02_0236__note815071332616"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><ul id="cce_02_0236__ul26375174388"><li id="cce_02_0236__li1925810430318">The URL for cluster management is in the format of <strong id="cce_02_0236__b106584372044">https://Endpoint/uri</strong>. In the URL, <strong id="cce_02_0236__b1930014451045">uri</strong> indicates the resource path, that is, the path for API access.</li><li id="cce_02_0236__li61335434129">Info collect agent (ICAgent) is an O&M data collection agent used by Application Performance Management (APM) service. It runs on each server to collect data from probes in real time. When this API is called to create a cluster, ICAgent is not installed by default. To automatically install ICAgent during cluster creation, add <strong id="cce_02_0236__b20351105415116">"cluster.install.addons.external/install": "[{\"addonTemplateName\":\"icagent\"}]"</strong> to the <strong id="cce_02_0236__b158521957151117">annotations</strong> field in the request body.</li><li id="cce_02_0236__li874262254119">Before creating a cluster, <a href="cce_02_0100.html">Creating a VPC and Subnet</a>. If a VPC and subnet already exists, you do not need to create them again.</li><li id="cce_02_0236__li14749112218415">By default, an account can create a maximum of five clusters in each region.</li></ul>
|
||||
<div class="note" id="cce_02_0236__note815071332616"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><ul id="cce_02_0236__ul26375174388"><li id="cce_02_0236__li1925810430318">The URL for cluster management is in the format of <strong id="cce_02_0236__b106584372044">https://Endpoint/uri</strong>. In the URL, <strong id="cce_02_0236__b1930014451045">uri</strong> indicates the resource path, that is, the path for API access.</li><li id="cce_02_0236__li61335434129">Info collect agent (ICAgent) is an O&M data collection agent. It runs on each server to collect data from probes in real time. When this API is called to create a cluster, ICAgent is not installed by default. To automatically install ICAgent during cluster creation, add <strong id="cce_02_0236__b20351105415116">"cluster.install.addons.external/install": "[{\"addonTemplateName\":\"icagent\"}]"</strong> to the <strong id="cce_02_0236__b158521957151117">annotations</strong> field in the request body.</li><li id="cce_02_0236__li874262254119">Before creating a cluster, <a href="cce_02_0100.html">Creating a VPC and Subnet</a>. If a VPC and subnet already exists, you do not need to create them again.</li><li id="cce_02_0236__li14749112218415">By default, an account can create a maximum of five clusters in each region.</li></ul>
|
||||
</div></div>
|
||||
</div>
|
||||
<div class="section" id="cce_02_0236__section8403243161416"><h4 class="sectiontitle">URI</h4><p id="cce_02_0236__p23575517439">POST /api/v3/projects/{project_id}/clusters</p>
|
||||
|
@ -134,6 +134,38 @@
|
||||
"size": 100
|
||||
}
|
||||
],
|
||||
<span id="cce_02_0244__ph104451541163212"> "storage": {</span>
|
||||
<span id="cce_02_0244__ph3445134117325"> "storageSelectors": [</span>
|
||||
<span id="cce_02_0244__ph18445164114321"> {</span>
|
||||
<span id="cce_02_0244__ph16445641113214"> "name": "cceUse",</span>
|
||||
<span id="cce_02_0244__ph10445741153213"> "storageType": "evs",</span>
|
||||
<span id="cce_02_0244__ph11445154116327"> "matchLabels": {</span>
|
||||
<span id="cce_02_0244__ph2445341123210"> "size": "100",</span>
|
||||
<span id="cce_02_0244__ph144451741153210"> "volumeType": "SAS",</span>
|
||||
<span id="cce_02_0244__ph844504143219"> "count": "1"</span>
|
||||
<span id="cce_02_0244__ph54459419323"> }</span>
|
||||
<span id="cce_02_0244__ph1944615410327"> }</span>
|
||||
<span id="cce_02_0244__ph144468413329"> ],</span>
|
||||
<span id="cce_02_0244__ph16446241183217"> "storageGroups": [</span>
|
||||
<span id="cce_02_0244__ph84461841203212"> {</span>
|
||||
<span id="cce_02_0244__ph3446341183213"> "name": "vgpaas",</span>
|
||||
<span id="cce_02_0244__ph244618413325"> "selectorNames": [</span>
|
||||
<span id="cce_02_0244__ph16446341133213"> "cceUse"</span>
|
||||
<span id="cce_02_0244__ph044684173216"> ],</span>
|
||||
<span id="cce_02_0244__ph17446641123212"> "cceManaged": true,</span>
|
||||
<span id="cce_02_0244__ph644611418329"> "virtualSpaces": [</span>
|
||||
<span id="cce_02_0244__ph84467414328"> {</span>
|
||||
<span id="cce_02_0244__ph044614113216"> "name": "runtime",</span>
|
||||
<span id="cce_02_0244__ph144613416321"> "size": "90%"</span>
|
||||
<span id="cce_02_0244__ph944714111327"> },</span>
|
||||
<span id="cce_02_0244__ph18447114193211"> {</span>
|
||||
<span id="cce_02_0244__ph844784119320"> "name": "kubernetes",</span>
|
||||
<span id="cce_02_0244__ph14447941133217"> "size": "10%"</span>
|
||||
<span id="cce_02_0244__ph1644764115329"> }</span>
|
||||
<span id="cce_02_0244__ph144716415325"> ]</span>
|
||||
<span id="cce_02_0244__ph194478415325"> }</span>
|
||||
<span id="cce_02_0244__ph344714416321"> ]</span>
|
||||
<span id="cce_02_0244__ph12447114113214"> },</span>
|
||||
"publicIP": {
|
||||
"eip": {
|
||||
"bandwidth": {}
|
||||
|
@ -154,6 +154,38 @@
|
||||
"diskSize": 100
|
||||
}
|
||||
],
|
||||
"storage": {
|
||||
"storageSelectors": [
|
||||
{
|
||||
"name": "cceUse",
|
||||
"storageType": "evs",
|
||||
"matchLabels": {
|
||||
"size": "100",
|
||||
"volumeType": "SAS",
|
||||
"count": "1"
|
||||
}
|
||||
}
|
||||
],
|
||||
"storageGroups": [
|
||||
{
|
||||
"name": "vgpaas",
|
||||
"selectorNames": [
|
||||
"cceUse"
|
||||
],
|
||||
"cceManaged": true,
|
||||
"virtualSpaces": [
|
||||
{
|
||||
"name": "runtime",
|
||||
"size": "90%"
|
||||
},
|
||||
{
|
||||
"name": "kubernetes",
|
||||
"size": "10%"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"publicIP": {
|
||||
"eip": {
|
||||
"bandwidth": {}
|
||||
|
@ -253,6 +253,38 @@
|
||||
"size": 100
|
||||
}
|
||||
],
|
||||
<span id="cce_02_0246__ph204591841103216"> "storage": {</span>
|
||||
<span id="cce_02_0246__ph04591441193214"> "storageSelectors": [</span>
|
||||
<span id="cce_02_0246__ph24591641113211"> {</span>
|
||||
<span id="cce_02_0246__ph345911419329"> "name": "cceUse",</span>
|
||||
<span id="cce_02_0246__ph24595412320"> "storageType": "evs",</span>
|
||||
<span id="cce_02_0246__ph10459441133217"> "matchLabels": {</span>
|
||||
<span id="cce_02_0246__ph1045964153218"> "size": "100",</span>
|
||||
<span id="cce_02_0246__ph3459174173219"> "volumeType": "SAS",</span>
|
||||
<span id="cce_02_0246__ph24591341153217"> "count": "1"</span>
|
||||
<span id="cce_02_0246__ph164607418328"> }</span>
|
||||
<span id="cce_02_0246__ph18460541193218"> }</span>
|
||||
<span id="cce_02_0246__ph5460841113215"> ],</span>
|
||||
<span id="cce_02_0246__ph1846094113325"> "storageGroups": [</span>
|
||||
<span id="cce_02_0246__ph13460144193211"> {</span>
|
||||
<span id="cce_02_0246__ph74601141173216"> "name": "vgpaas",</span>
|
||||
<span id="cce_02_0246__ph94600414328"> "selectorNames": [</span>
|
||||
<span id="cce_02_0246__ph184601141123212"> "cceUse"</span>
|
||||
<span id="cce_02_0246__ph1646054183212"> ],</span>
|
||||
<span id="cce_02_0246__ph1946012418322"> "cceManaged": true,</span>
|
||||
<span id="cce_02_0246__ph546044118329"> "virtualSpaces": [</span>
|
||||
<span id="cce_02_0246__ph34601241103214"> {</span>
|
||||
<span id="cce_02_0246__ph4460174116320"> "name": "runtime",</span>
|
||||
<span id="cce_02_0246__ph10461114118326"> "size": "90%"</span>
|
||||
<span id="cce_02_0246__ph646113413326"> },</span>
|
||||
<span id="cce_02_0246__ph746118416324"> {</span>
|
||||
<span id="cce_02_0246__ph94611441153219"> "name": "kubernetes",</span>
|
||||
<span id="cce_02_0246__ph646110413328"> "size": "10%"</span>
|
||||
<span id="cce_02_0246__ph13461141143210"> }</span>
|
||||
<span id="cce_02_0246__ph3461194153219"> ]</span>
|
||||
<span id="cce_02_0246__ph74613411326"> }</span>
|
||||
<span id="cce_02_0246__ph194619411327"> ]</span>
|
||||
<span id="cce_02_0246__ph10461194143211"> },</span>
|
||||
"publicIP": {
|
||||
"eip": {
|
||||
"bandwidth": {}
|
||||
|
@ -8,15 +8,19 @@
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="cce_02_0273__row14166124011598"><td class="cellrowborder" valign="top" width="17.98%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_02_0273__p1716614013592">2022-05-24</p>
|
||||
<tbody><tr id="cce_02_0273__row11483457202418"><td class="cellrowborder" valign="top" width="17.98%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_02_0273__p1510922618183">2023-02-10</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="82.02000000000001%" headers="mcps1.3.1.2.3.1.2 "><ul id="cce_02_0273__ul197373613514"><li id="cce_02_0273__li77303614352">Supported clusters of v1.25.</li><li id="cce_02_0273__li7540238153518">Added the <strong id="cce_02_0273__b18326191216368">storage</strong> field in <a href="cce_02_0242.html#cce_02_0242__table3150105216225">Table 5</a>.</li><li id="cce_02_0273__li510795673612">Added <a href="node_storage_example.html">Attaching Disks to a Node</a>.</li><li id="cce_02_0273__li4400165319375">Added <a href="AddNode.html">Accepting a Node</a>.</li><li id="cce_02_0273__li133126145388">Added <a href="ResetNode.html">Resetting a Node</a>.</li><li id="cce_02_0273__li1542271514385">Added <a href="RemoveNode.html">Removing a Node</a>.</li><li id="cce_02_0273__li121495301382">Added <a href="MigrateNode.html">Migrating a Node</a>.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_02_0273__row14166124011598"><td class="cellrowborder" valign="top" width="17.98%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_02_0273__p1716614013592">2022-05-24</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="82.02000000000001%" headers="mcps1.3.1.2.3.1.2 "><ul id="cce_02_0273__ul1968122518469"><li id="cce_02_0273__li768825174615">Supported clusters of v1.23.</li><li id="cce_02_0273__li156812255462">Add a note about how to automatically install ICAgent. For details, see <a href="cce_02_0236.html">Creating a Cluster</a>.</li><li id="cce_02_0273__li765684816448">The native APIs of Kubernetes will no longer be maintained. For details, see <a href="kubernetesapi.html">Overview</a>.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_02_0273__row9370125231218"><td class="cellrowborder" valign="top" width="17.98%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_02_0273__p1737015211127">2022-03-24</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="82.02000000000001%" headers="mcps1.3.1.2.3.1.2 "><p id="cce_02_0273__p19214811151310">Supported clusters of v1.21.</p>
|
||||
<ul id="cce_02_0273__ul39115584127"><li id="cce_02_0273__li13789113514388">The cluster certificate SAN can be customized. For details, see <strong id="cce_02_0273__b4718195910392">customSan</strong> field in <a href="cce_02_0236.html#cce_02_0236__table1034041612134">Table 5</a>.</li><li id="cce_02_0273__li19559123144914">Added the <strong id="cce_02_0273__b17492937104918">cidrs</strong> field in <a href="cce_02_0236.html#cce_02_0236__table1034041612134">Table 5</a>.</li><li id="cce_02_0273__li10134124611213">Added <a href="quota_lifecycle_management.html">Quota Management</a>.</li></ul>
|
||||
<td class="cellrowborder" valign="top" width="82.02000000000001%" headers="mcps1.3.1.2.3.1.2 "><ul id="cce_02_0273__ul39115584127"><li id="cce_02_0273__li9346134102613">Supported clusters of v1.21.</li><li id="cce_02_0273__li13789113514388">The cluster certificate SAN can be customized. For details, see <strong id="cce_02_0273__b4718195910392">customSan</strong> field in <a href="cce_02_0236.html#cce_02_0236__table1034041612134">Table 5</a>.</li><li id="cce_02_0273__li19559123144914">Added the <strong id="cce_02_0273__b17492937104918">cidrs</strong> field in <a href="cce_02_0236.html#cce_02_0236__table882310145412">Table 9</a>.</li><li id="cce_02_0273__li10134124611213">Added <a href="quota_lifecycle_management.html">Quota Management</a>.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_02_0273__row18875162019362"><td class="cellrowborder" valign="top" width="17.98%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_02_0273__p1094315317591">2022-02-17</p>
|
||||
@ -56,7 +60,7 @@
|
||||
</tr>
|
||||
<tr id="cce_02_0273__row5107173011132"><td class="cellrowborder" valign="top" width="17.98%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_02_0273__p101071730141316">2020-04-14</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="82.02000000000001%" headers="mcps1.3.1.2.3.1.2 "><ul id="cce_02_0273__ul1383419262450"><li id="cce_02_0273__li1383452634517">Updated <a href="cce_02_0344.html">API Usage Guidelines</a>.</li><li id="cce_02_0273__li2232128144518">Added <strong id="cce_02_0273__b144835312524">kubeProxyMode</strong> in <a href="cce_02_0236.html#cce_02_0236__table1034041612134">Table 5</a>.</li><li id="cce_02_0273__li167143219461">Added <strong id="cce_02_0273__b0798938115319">authenticatingProxy</strong> in <a href="cce_02_0236.html#cce_02_0236__table71529332533">Table 7</a>.</li><li id="cce_02_0273__li182751144482">Added <strong id="cce_02_0273__b1895485220534">clusterExternalIP</strong> and deleted <strong id="cce_02_0273__b4954105235320">kubeProxyMode</strong> in <a href="cce_02_0236.html#cce_02_0236__table17575013586">Table 13</a>.</li><li id="cce_02_0273__li332565374912">Updated the example request in <a href="cce_02_0236.html">Creating a Cluster</a>.</li><li id="cce_02_0273__li22291399502">Updated <strong id="cce_02_0273__b11715131525417">extendParam</strong> in <a href="cce_02_0236.html#cce_02_0236__table0102129153810">Table 21</a>.</li><li id="cce_02_0273__li1582516431347">Updated <strong id="cce_02_0273__b1457120285545">spec</strong> in <a href="cce_02_0238.html#cce_02_0238__table34052983203655">Table 3</a>.</li><li id="cce_02_0273__li169271503612">Added <strong id="cce_02_0273__b1119264515411">description</strong> in <a href="cce_02_0238.html#cce_02_0238__table1034041612134">Table 4</a>.</li><li id="cce_02_0273__li62029401068">Deleted <strong id="cce_02_0273__b8718231115511">patchVersion</strong> in <a href="cce_02_0238.html#cce_02_0238__table17575013586">Table 10</a>.</li><li id="cce_02_0273__li2207143193715">Added <strong id="cce_02_0273__b65696186558">publicKey</strong> in <a href="cce_02_0242.html#cce_02_0242__table2039318361484">Table 21</a>.</li><li id="cce_02_0273__li174108526397">Added <strong id="cce_02_0273__b2982203055517">initialNodeCount</strong> in Table 6.</li><li id="cce_02_0273__li3569133104012">Added <strong id="cce_02_0273__b03871342195512">minNodeCount</strong> in Table 17.</li><li id="cce_02_0273__li05892410412">Updated Table 19.</li></ul>
|
||||
<td class="cellrowborder" valign="top" width="82.02000000000001%" headers="mcps1.3.1.2.3.1.2 "><ul id="cce_02_0273__ul1383419262450"><li id="cce_02_0273__li1383452634517">Updated <a href="cce_02_0344.html">API Usage Guidelines</a>.</li><li id="cce_02_0273__li2232128144518">Added <strong id="cce_02_0273__b144835312524">kubeProxyMode</strong> in <a href="cce_02_0236.html#cce_02_0236__table1034041612134">Table 5</a>.</li><li id="cce_02_0273__li167143219461">Added <strong id="cce_02_0273__b0798938115319">authenticatingProxy</strong> in <a href="cce_02_0236.html#cce_02_0236__table71529332533">Table 7</a>.</li><li id="cce_02_0273__li182751144482">Added <strong id="cce_02_0273__b1895485220534">clusterExternalIP</strong> and deleted <strong id="cce_02_0273__b4954105235320">kubeProxyMode</strong> in <a href="cce_02_0236.html#cce_02_0236__table17575013586">Table 13</a>.</li><li id="cce_02_0273__li332565374912">Updated the example request in <a href="cce_02_0236.html">Creating a Cluster</a>.</li><li id="cce_02_0273__li22291399502">Updated <strong id="cce_02_0273__b11715131525417">extendParam</strong> in <a href="cce_02_0236.html#cce_02_0236__table0102129153810">Table 21</a>.</li><li id="cce_02_0273__li1582516431347">Updated <strong id="cce_02_0273__b1457120285545">spec</strong> in <a href="cce_02_0238.html#cce_02_0238__table34052983203655">Table 3</a>.</li><li id="cce_02_0273__li169271503612">Added <strong id="cce_02_0273__b1119264515411">description</strong> in <a href="cce_02_0238.html#cce_02_0238__table1034041612134">Table 4</a>.</li><li id="cce_02_0273__li62029401068">Deleted <strong id="cce_02_0273__b8718231115511">patchVersion</strong> in <a href="cce_02_0238.html#cce_02_0238__table17575013586">Table 10</a>.</li><li id="cce_02_0273__li2207143193715">Added <strong id="cce_02_0273__b65696186558">publicKey</strong> in <a href="cce_02_0242.html#cce_02_0242__table2039318361484">Table 28</a>.</li><li id="cce_02_0273__li174108526397">Added <strong id="cce_02_0273__b2982203055517">initialNodeCount</strong> in Table 6.</li><li id="cce_02_0273__li3569133104012">Added <strong id="cce_02_0273__b03871342195512">minNodeCount</strong> in Table 17.</li><li id="cce_02_0273__li05892410412">Updated Table 19.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_02_0273__row247179195419"><td class="cellrowborder" valign="top" width="17.98%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_02_0273__p114815915544">2020-03-25</p>
|
||||
|
BIN
docs/cce/api-ref/en-us_image_0000001207129076.png
Normal file
After Width: | Height: | Size: 205 KiB |
BIN
docs/cce/api-ref/en-us_image_0000001207129902.png
Normal file
After Width: | Height: | Size: 209 KiB |
BIN
docs/cce/api-ref/en-us_image_0000001207457192.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
docs/cce/api-ref/en-us_image_0000001207617538.png
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
docs/cce/api-ref/en-us_image_0000001207618830.png
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
docs/cce/api-ref/en-us_image_0000001251962373.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
docs/cce/api-ref/en-us_image_0000001252018205.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
docs/cce/api-ref/en-us_image_0000001252020583.png
Normal file
After Width: | Height: | Size: 74 KiB |
@ -3,7 +3,7 @@
|
||||
<h1 class="topictitle1">Overview</h1>
|
||||
<div id="body0000001355453942"><div class="section" id="kubernetesapi__section3701731155417"><h4 class="sectiontitle">Description</h4><p id="kubernetesapi__p155192037173414">You can use Kubernetes native APIs to manage your Kubernetes clusters. For details, see <a href="https://kubernetes.io/docs/reference/using-api/api-concepts/" target="_blank" rel="noopener noreferrer">Kubernetes API Concepts</a>.</p>
|
||||
<p id="kubernetesapi__p966734320541">To find detailed API definitions for different Kubernetes versions, visit the following links:</p>
|
||||
<ul id="kubernetesapi__ul163062345469"><li id="kubernetesapi__li730693444617">1.19: <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/" target="_blank" rel="noopener noreferrer">https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/</a></li><li id="kubernetesapi__li2277248144615">1.21: <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/" target="_blank" rel="noopener noreferrer">https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/</a></li><li id="kubernetesapi__li1151127194715">1.23: <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/" target="_blank" rel="noopener noreferrer">https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/</a></li></ul>
|
||||
<ul id="kubernetesapi__ul163062345469"><li id="kubernetesapi__li730693444617">1.19: <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/" target="_blank" rel="noopener noreferrer">https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/</a></li><li id="kubernetesapi__li2277248144615">1.21: <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/" target="_blank" rel="noopener noreferrer">https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/</a></li><li id="kubernetesapi__li1151127194715">1.23: <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/" target="_blank" rel="noopener noreferrer">https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/</a></li><li id="kubernetesapi__li4813199192015">1.25: <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/" target="_blank" rel="noopener noreferrer">https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/</a></li></ul>
|
||||
<p id="kubernetesapi__p16108214174613">Based on the open source Kubernetes APIs, CCE enhances and adapts following functions.</p>
|
||||
<ul id="kubernetesapi__ul104771927155520"><li id="kubernetesapi__li20477202715511">Ingress: For details, see <a href="https://docs.otc.t-systems.com/en-us/usermanual2/cce/cce_01_0252.html" target="_blank" rel="noopener noreferrer">Using kubectl to Create an ELB Ingress</a>.</li><li id="kubernetesapi__li3402181935019">PV and PVC: For details, see <a href="https://docs.otc.t-systems.com/en-us/usermanual2/cce/cce_01_0379.html" target="_blank" rel="noopener noreferrer">PV</a> and <a href="https://docs.otc.t-systems.com/en-us/usermanual2/cce/cce_01_0378.html" target="_blank" rel="noopener noreferrer">PVC</a>.<ul id="kubernetesapi__ul1086971985015"><li id="kubernetesapi__li1477627165520">EVS: For details, see <a href="https://docs.otc.t-systems.com/en-us/usermanual2/cce/cce_01_0257.html" target="_blank" rel="noopener noreferrer">Creating a Pod Mounted with an EVS Volume</a>.</li><li id="kubernetesapi__li12263113011517">SFS Turbo: For details, see <a href="https://docs.otc.t-systems.com/en-us/usermanual2/cce/cce_01_0274.html" target="_blank" rel="noopener noreferrer">Creating a Deployment Mounted with an SFS Turbo Volume</a> and <a href="https://docs.otc.t-systems.com/en-us/usermanual2/cce/cce_01_0273.html" target="_blank" rel="noopener noreferrer">Creating a StatefulSet Mounted with an SFS Turbo Volume</a>.</li><li id="kubernetesapi__li916333445011">OBS: For details, see <a href="https://docs.otc.t-systems.com/en-us/usermanual2/cce/cce_01_0269.html" target="_blank" rel="noopener noreferrer">Creating a Deployment Mounted with an OBS Volume</a> and <a href="https://docs.otc.t-systems.com/en-us/usermanual2/cce/cce_01_0268.html" target="_blank" rel="noopener noreferrer">Creating a StatefulSet Mounted with an OBS Volume</a>.</li><li id="kubernetesapi__li1162512911544">SFS: For details, see <a href="https://docs.otc.t-systems.com/en-us/usermanual2/cce/cce_01_0263.html" target="_blank" rel="noopener noreferrer">Creating a Deployment Mounted with an SFS Volume</a> and <a href="https://docs.otc.t-systems.com/en-us/usermanual2/cce/cce_01_0262.html" target="_blank" rel="noopener noreferrer">Creating a StatefulSet Mounted with an SFS Volume</a>.</li></ul>
|
||||
</li><li id="kubernetesapi__li8207150145715">Network Policies: For details, see <a href="https://docs.otc.t-systems.com/en-us/usermanual2/cce/cce_01_0059.html" target="_blank" rel="noopener noreferrer">Network Policies</a>.</li></ul>
|
||||
|
319
docs/cce/api-ref/node_storage_example.html
Normal file
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 70 B After Width: | Height: | Size: 1.8 KiB |