alpine-tools 安装了常用 工具,curl,telnet, wget 等

apiVersion: extensions/v1beta1
kind: Deployment
metadata:
  name: alpine-tools
  namespace: default
spec:
  replicas: 2
  template:
    metadata:
      labels:
        run: alpine-tools
    spec:
      containers:
      - name: alpine-tools
        image: harbor.xxxx.cn/base/alpine:v3.8-tools
        command: [ "/bin/sh", "-c", "while true; do echo hello world; sleep 1;done"]

相关文章:

  • 2022-12-23
  • 2021-04-04
  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-26
  • 2021-09-29
  • 2022-12-23
  • 2022-01-03
  • 2021-10-02
相关资源
相似解决方案