vipmachao 想咨询一下 离线安装kubesphere 安装minio的时候报下边的错误 这个应该怎么解决 有遇到过的吗 多谢 mc: <ERROR> Unable to initialize new config from the provided credentials. Get http://minio:9000/probe-bucket-sign-t6vivvm4idtm/?location=: dial tcp: i/o timeout. “Failed attempts: 15” mc: <ERROR> Unable to initialize new config from the provided credentials. Get http://minio:9000/probe-bucket-sign-yf0g03ddklqy/?location=: dial tcp: i/o timeout. “Failed attempts: 16” mc: <ERROR> Unable to initialize new config from the provided credentials. Get http://minio:9000/probe-bucket-sign-a39anaulo2kw/?location=: dial tcp: i/o timeout. “Failed attempts: 17” mc: <ERROR> Unable to initialize new config from the provided credentials. Get http://minio:9000/probe-bucket-sign-u2y4kdoqk0ih/?location=: dial tcp: i/o timeout. “Failed attempts: 18” mc: <ERROR> Unable to initialize new config from the provided credentials. Get http://minio:9000/probe-bucket-sign-9jfutsce632y/?location=: dial tcp: i/o timeout. “Failed attempts: 19”
vipmachao Cauchy 怀疑是默认的网段配置和我有问题 我先按照默认配置10.233.0.0/18安装了一下 但是我发现网段冲突 所以卸载了一下 修改了一下配置文件里面配置的网段为 plugin: calico kubePodsCIDR: 192.168.64.0/18 kubeServiceCIDR: 192.168.0.0/18 但是重新安装发现pod网段还是10.233.72.1 和我本地10网段还是一样 想咨询一下 这个怎么处理才能使用我修改过的网段进行安装 多谢