".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
[Linode](/#) Kubernetes Engine (LKE)是一个完全托管的容器编排引擎,用于部署和管理容器化的应用程序和工作负载。如果不想继续使用先前创建的Kubernetes集群,那么我们可以通过Linode云管理器来删除Kubernetes集群,相关操作步骤如下。
1、登录到Linode云管理器账户,在仪表盘中,单击[Kubernetes](/#)选项,将会在右侧出现Kubernetes列表页面,显示所有的Kubernetes集群。
![](https://www.idcspy.com/wp-content/uploads/2022/04/1-3.jpg)
2、在要删除的Kubernetes集群右侧点击More Options Ellipsis,选择Delete删除按钮,如下图所示:
![](https://www.idcspy.com/wp-content/uploads/2022/04/12-3.jpg)
3、将会出现一个确认窗口,输入要删除的Kubernetes集群名称,确认无误后点击Delete按钮。
![](https://www.idcspy.com/wp-content/uploads/2022/04/13-1.jpg)
4、刷新下Kubernetes集群列表页面,我们会发现原来的集群已经被删除。
以上是通过Linode云管理器删除Kubernetes集群的方法步骤介绍,如果后续需要搭建新的Kubernetes集群,则可参考阅读:《[Linode VPS搭建Kubernetes集群图文教程](/#)》。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103897.html