Giter Club home page Giter Club logo

diag-tools's Introduction

diag-tools

Install されているもの

  • curl
  • ping
  • ip
  • dig, host
  • tcpdump
  • lsof
  • strace
  • openssl
  • jq
  • vim
  • gcloud
  • kubectl
  • MySQL/MariaDB Client (mariadb-client)
  • PostgreSQL Client (psql)

helm install

latest

helm install diag-tools oci://ghcr.io/yteraoka/chart/diag-tools

specific version

helm install diag-tools oci://ghcr.io/yteraoka/chart/diag-tools --version 0.5.16

or

cd chart/diag-tools
helm install diag-tools .

調査用 Pod の作成

kubectl apply -f - <<EOF
apiVersion: v1
kind: Pod
metadata:
  name: debug
spec:
  containers:
    - name: diag-tools
      image: ghcr.io/yteraoka/diag-tools:latest
      command:
        - /bin/bash
      args:
        - -c
        - sleep infinity
EOF
kubectl apply -f - <<EOF
apiVersion: v1
kind: Pod
metadata:
  name: debug
  #labels:
  #  use-fargate: "true"
spec:
  serviceAccountName: xxx
  containers:
    - name: diag-tools
      image: ghcr.io/yteraoka/diag-tools:latest
      command:
        - /bin/bash
      args:
        - -c
        - sleep infinity
      resources:
        limits:
          cpu: 500m
          memory: 512Mi
        requests:
          cpu: 500m
          memory: 512Mi
EOF

diag-tools's People

Contributors

github-actions[bot] avatar renovate[bot] avatar snyk-bot avatar yteraoka avatar

Watchers

 avatar  avatar

diag-tools's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

asdf
.tool-versions
  • helm 3.15.3
dockerfile
Dockerfile
github-actions
.github/workflows/push.yaml
  • actions/checkout v4
  • docker/metadata-action v5
  • docker/login-action v3
  • docker/login-action v3
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v3
  • docker/build-push-action v6
  • azure/setup-helm v4
.github/workflows/tagpr.yaml
  • actions/create-github-app-token v1
  • actions/checkout v4
  • Songmu/tagpr v1
.github/workflows/test.yaml
  • actions/checkout v4
  • hadolint/hadolint-action v3.1.0
  • actions/checkout v4
  • docker/setup-buildx-action v3
  • docker/build-push-action v6
  • erzz/dockle-action v1
helm-values
chart/diag-tools/values.yaml

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.