coder / coder/envbox

support customizing envbox host files via `host_aliases`

Open
#53 0 comments 0 reactions 1 assignee Claimed by @sreya View on GitHub
Dominant language
Go
Stars
73
Forks
22
Avg merge
14h 50m
Merged PRs (30d)
1

Description

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"
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.