Uncategorized

Uncategorized

kubernetesのclusterとnamespaceとcontextの操作を整理

clusterとnamespaceとcontextの操作について整理します。clusterクラスタを一覧します。kube...
Uncategorized

kubbectl cluster-info dumpのエラー

kubectl cluster-info dumpしたらエラーになりました。$ kubectl cluster-info...
Uncategorized

githubのpull requestをローカルにチェックアウトする

githubのpull requestをローカルにチェックアウトします。オフシャルの手順は、下記のリンクです。githu...
Uncategorized

Jenkinsプラグインのデバッグ

Jenkinsのプラグインのデバッグの手順です。ソースコードの取得今回は、github-branch-source-pl...
Uncategorized

gitリポジトリ全体でgrepする

gitリポジトリの過去のコミット含めて、全てのファイルに対してgrepします。git rev-list --all | ...
Uncategorized

Ubuntuのopensshコンパイル

/etc/apt/sources.listの下記の行を追加します。deb-src bionic main restric...
Uncategorized

aws cliの結果をタグの値で絞り込むquery

aws cliの結果をタグの値で絞り込むqueryです。例えば、Security Groupの中からNameタグに特定の...
Uncategorized

Kubernetes-dashboardに接続する

Kubernetes-dashboardをデプロイしましたが、接続するのにちょっと苦労しました。リモートからは接続できな...
Uncategorized

シェルでタイムアウトを設けて何かを待つ処理をワンライナーで書く

シェルでタイムアウトを設けて何かを待つ処理をワンライナーで書いてみました。アプリケーションサーバの起動のあとに何か実行す...
Uncategorized

git commitできない

なぜだか、2つ以上のファイルをコミットしようとすると下記のようなエラーが出ます...$ git commitfatal:...
PAGE TOP