Uncategorized

Uncategorized

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

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

kubbectl cluster-info dumpのエラー

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

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

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

Jenkinsプラグインのデバッグ

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

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

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

Ubuntuのopensshコンパイル

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

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

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

Kubernetes-dashboardに接続する

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

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

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

git commitできない

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