当前位置:网站首页>Tke mounts CFS across cloud networking
Tke mounts CFS across cloud networking
2022-07-19 13:51:00 【Chenjingwei】
at present TKE Use PVC and PV establish CFS, Only current VPC Under the CFS example . Sometimes users have appeals , Want to mount other VPC Under the CFS Examples can be referred to as follows :
apiVersion: v1
kind: PersistentVolume
metadata:
name: pv-ccn
spec:
accessModes:
- ReadWriteMany
capacity:
storage: 10Gi
csi:
driver: com.tencent.cloud.csi.cfs
volumeAttributes:
host: 10.2.2.66
path: /
volumeHandle: cfs-pv2
persistentVolumeReclaimPolicy: Retain
volumeMode: Filesystem
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pvc-operationdata
namespace: default
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 10Gi
storageClassName: ""
volumeMode: Filesystem
volumeName: pv-operationdata[[email protected] /data]# kubectl exec -it nginx-d98d55878-445cv bash
[email protected]:/# df -h
Filesystem Size Used Avail Use% Mounted on
overlay 50G 7.8G 39G 17% /
tmpfs 64M 0 64M 0% /dev
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
10.2.2.66:/ 10G 32M 10G 1% /mnt
/dev/vda1 50G 9.6G 38G 21% /etc/hosts
/dev/vdb 50G 7.8G 39G 17% /etc/hostname
shm 64M 0 64M 0% /dev/shm
tmpfs 3.9G 12K 3.9G 1% /run/secrets/kubernetes.io/serviceaccount
tmpfs 3.9G 0 3.9G 0% /proc/acpi
tmpfs 3.9G 0 3.9G 0% /proc/scsi
tmpfs 3.9G 0 3.9G 0% /sys/firmware
[email protected]445cv:/# cd /mnt/
[email protected]:/mnt# ls
123 aa bb data etc vshm4707边栏推荐
- Codeforce:a. doremy's IQ [reverse greed]
- 如何优雅的升级 Flink Job?
- NO.2汇编初步
- onvif协议相关:3.1.1 Digest方式获取Authorization
- SSH keyless login
- [code hoof set novice village question 600] format specifier of float and double
- [code shoe set novice village question 600] for the formatting control of strings, that is, the width and accuracy of strings
- FreeRTOS个人笔记-支持多优先级
- 【6.15】Codeforces Round #798 (Div. 2)
- [learn FPGA programming from scratch -53]: high level chapter - FPGA development based on IP core - principle and configuration of PLL PLL IP core (Xilinx)
猜你喜欢

onvif协议相关:4.1.1 WS-Username token方式获取WSUsernameTokenBean

Onvif protocol related: 4.1.2 WS username token method to obtain token

【7.13】代码源 -【饿饿 饭饭】【路径计数2】【函数求和】

QT use qlisview to realize QQ login history list

ModuleNotFoundError: No module named ‘_distutils_hack‘

ImportError: DLL load failed while importing win32api: 找不到指定的程序。

Android开发大厂面试,做好这3个准备,规划好自己

onvif协议相关:4.1.2 WS-Username token方式获取token

「津津樂道播客」#392 原湯話原食:仲夏夜,馬砂、肉串兒、趿拉板兒

onvif协议相关:3.1.3 Digest方式获取截图url
随机推荐
【C语言】扫雷介绍与实现【数组与函数】
[从零开始学习FPGA编程-53]:高阶篇 - 基于IP核的FPGA开发-PLL锁相环IP核的原理与配置(Xilinx)
(附源码)多种机器学习模型(KNN\LR\RF\Ada\Xg\GBDT...)下的降水降尺度中的模型训练
[7.13] code source - [hungry meals] [path count 2] [function sum]
分析并HOOK SSHD来劫持密码
QT use qlisview to realize QQ login history list
Onvif protocol related: 3.1.1 digest access authorization
FreeRTOS个人笔记-支持多优先级
NO.5整数的表示与运算
这些年我开源的几个小项目
ImportError: DLL load failed while importing win32api: 找不到指定的程序。
asterisk: rejected because extension not found in context ‘from-ipphone‘
【码蹄集新手村 600 题】输出时的左对齐,右对齐
Flutter 使用 AnimatedSwitcher 做场景切换
【7.8】Educational Codeforces Round 131 (Rated for Div. 2)
asterisk:No compatible codecs, not accepting this offer!
FreeRTOS personal notes - multi priority support
onvif协议相关:3.1.1 Digest方式获取Authorization
[code hoof set novice village 600 question] calculate the number of digits of an integer
STL string output and modification