k8s rainbond centos7/win10 -20241124

  • 参考 https://www.rainbond.com/

  • 国内一站式云原生平台

  • 对centos7环境支持不太行

    [lighthouse@VM-16-5-centos ~] curl -o install.sh https://get.rainbond.com && bash ./install.sh 2024-11-24 09:56:57 ERROR: Ops! Docker daemon is not running. Start docker first please ... [lighthouse@VM-16-5-centos ~] sudo systemctl status docker
    ● docker.service - Docker Application Container Engine
    Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
    Active: active (running) since Sun 2024-10-27 21:44:34 CST; 3 weeks 6 days ago

  • win10下也没成功

    PS C:\rainbond> Invoke-WebRequest "https://get.rainbond.com/install-dind.ps1" -o install-dind.ps1 ;
    PS C:\rainbond> .\install-dind.ps1
    .\install-dind.ps1 : 无法加载文件 C:\rainbond\install-dind.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:
    /go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。
    所在位置 行:1 字符: 1

    • .\install-dind.ps1
    • 复制代码
        + CategoryInfo          : SecurityError: (:) [],PSSecurityException
        + FullyQualifiedErrorId : UnauthorizedAccess

    PS C:\rainbond> Set-ExecutionPolicy Unrestricted
    执行策略更改
    执行策略可帮助你防止执行不信任的脚本。更改执行策略可能会产生安全风险,如 https:/go.microsoft.com/fwlink/?LinkID=135170
    中的 about_Execution_Policies 帮助主题所述。是否要更改执行策略?
    [Y] 是(Y) [A] 全是(A) [N] 否(N) [L] 全否(L) [S] 暂停(S) [?] 帮助 (默认值为"N"):
    PS C:\rainbond>
    PS C:\rainbond> Set-ExecutionPolicy Unrestricted

    执行策略更改
    执行策略可帮助你防止执行不信任的脚本。更改执行策略可能会产生安全风险,如 https:/go.microsoft.com/fwlink/?LinkID=135170
    中的 about_Execution_Policies 帮助主题所述。是否要更改执行策略?
    [Y] 是(Y) [A] 全是(A) [N] 否(N) [L] 全否(L) [S] 暂停(S) [?] 帮助 (默认值为"N"): y
    PS C:\rainbond> .\install-dind.ps1
    2024-11-24 10:42:26 - ERROR: Ops! Docker has not been installed.
    Please visit the following website to get the latest Docker Desktop for Windows.
    https://docs.docker.com/desktop/install/windows-install/

相关推荐
heimeiyingwang7 小时前
【架构实战】Kubernetes存储实战:从EmptyDir到Ceph CSI的持久化存储选型指南
ceph·架构·kubernetes
QX_hao8 小时前
【Kubernetes】 的三个Probe
容器·kubernetes
Henry-SAP11 小时前
SAP S/4HANA引领物流ERP新生态
人工智能·云原生·sap·erp
这个DBA有点耶11 小时前
从DBA到数据架构师(五):数据架构演进中的技术债务管理
数据库·程序人生·云原生·架构·dba·数据库管理员
猫吃了源码13 小时前
k9s简介和安装
linux·docker·kubernetes
云原生指北14 小时前
Docker Sandboxes 上手:从安装到第一次跑 Agent
运维·docker·容器
霸道流氓气质15 小时前
微服务架构中多实例消息抢占问题:技术解析与解决方案
微服务·云原生·架构
heimeiyingwang16 小时前
【架构实战】Kubernetes故障排查全景图:从Pod异常到集群雪崩的诊断手册
容器·架构·kubernetes
骇客野人17 小时前
Docker Compose 部署多个独立 Jar 服务完整实操步骤
docker·容器·jar
AAA@峥17 小时前
K8s 资源管控:ResourceQuota 与 LimitRange 机制详解与实战
云原生·容器·kubernetes