support customizing envbox host files via `host_aliases`
オープン
- 主要言語
- Go
- スター
- 73
- フォーク
- 22
- 平均マージ
- 9時間 44分
- マージ済み PR(30日)
- 2
説明
a customer wants to set `host_aliases` in their envbox-based workspace. they mention this works for non-envbox workspaces. [K8s docs here](https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/#adding-additional-entries-with-hostaliases). below is what they've set in their template:
```terraform
spec {
restart_policy = "Never"
host_aliases {
hostnames = ["…."]
ip = "127.0.0.1"
}
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。