You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
diandian 569bac48cd
添加 'hbase-regionserver.yaml'
12 months ago
.gitignore Initial commit 12 months ago
LICENSE Initial commit 12 months ago
README.yml 更新 'README.yml' 12 months ago
hbase-master 添加 'hbase-master' 12 months ago
hbase-regionserver.yaml 添加 'hbase-regionserver.yaml' 12 months ago
hdfs-dn.yaml 添加 'hdfs-dn.yaml' 12 months ago
hdfs-nn.yaml 添加 'hdfs-nn.yaml' 12 months ago
yarn-rm.yaml 添加 'yarn-rm.yaml' 12 months ago
yarn.nm 添加 'yarn.nm' 12 months ago
基于Kubernetes集群构建MongoDB.md 上传文件至 '' 12 months ago

README.yml

# mongdb

---
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
  annotations:
    k8s.kuboard.cn/storageNamespace: hbase
    k8s.kuboard.cn/storageType: nfs_client_provisioner
  name: do-block-storage
  resourceVersion: '36962643'
parameters:
  archiveOnDelete: 'false'
provisioner: nfs-do-block-storage
reclaimPolicy: Retain
volumeBindingMode: Immediate

nohup kubectl port-forward -n hbase svc/hbase-hbase-master 30162:9095 &