Error: rendered manifests contain a resource that already exists.

Error: rendered manifests contain a resource that already exists. Unable to continue with install: existing resource conflict: kind: Service, namespace: default, name: Nginx
ui-error

在这里插入图片描述

这只是一个简单的错误:名字重复起了冲突,这是因为之前已创建过相同的名字,可以删除之前的或重起一个名字即可。

[root@k8s-master ~]# kubectl delete deploy web
deployment.apps "web" deleted
[root@k8s-master ~]# kubectl delete -f mychar/templates/
service "Nginx" deleted
deployment.apps "Nginx" deleted
[root@k8s-master ~]# helm install web mychar/
NAME: web
LAST DEPLOYED: Fri Dec  3 17:08:39 2021
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
[root@k8s-master ~]# 
ui-error2

在这里插入图片描述

相关文章

Redis Cluster 提供了一种运行 Redis 安装的方法,其中数据&...
创建GitLab源码项目并上传示例代码 1. 创建GitLab源码项目 本...
1. 引言 在如今的技术世界中,随着微服务架构的广泛应用和云...
先看看结果有多轻量吧 官方文档:https://grafana.com/docs/...
一、安装环境说明 硬件要求 内存:2GB或更多RAM CPU: 2核CPU...
CEPH 简介 不管你是想为云平台提供Ceph 对象存储和/或 Ceph ...