小编Rah*_*R A的帖子

在 Kubernetes Persistent Volume 中创建目录

我们如何在 kubernetes 持久卷中创建一个目录来挂载以在容器中作为 subPath 使用?例如:在声明持久卷时应创建 mysql 目录

kubernetes

6
推荐指数
1
解决办法
5450
查看次数

什么是RPM包中的SPEC文件中的1%{?dist}

1%{?dist}是什么意思?这是什么意思?我没有在任何地方找到这个意思

Name:           hello
Version:        2.8
Release:        1%{?dist}
Summary:        The "Hello World" program from GNU
License:        GPLv3+
URL:            http://ftp.gnu.org/gnu/%{name}
Source0:        http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
BuildRequires: gettext
Requires(post): info
Requires(preun): info
%description 
Run Code Online (Sandbox Code Playgroud)

"Hello World"计划,完成了适当的FOSS项目的所有功能,包括配置,构建,国际化,帮助文件等.

%prep
%autosetup
%build
%configure
make %{?_smp_mflags}
Run Code Online (Sandbox Code Playgroud)

linux packaging fedora rpm

4
推荐指数
2
解决办法
3667
查看次数

标签 统计

fedora ×1

kubernetes ×1

linux ×1

packaging ×1

rpm ×1