Skip to content

Commit

Permalink
remove ephemeral flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gamoutatsumi committed Apr 16, 2024
1 parent caa72d5 commit abb91c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pool-agent/cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ func (a *Agent) createInstance(name string, rt ResourceTypesMap) error {
op, err := a.Client.CreateInstance(api.InstancesPost{
Name: name,
InstancePut: api.InstancePut{
Ephemeral: true,
Config: map[string]string{
"limits.cpu": strconv.Itoa(rt.CPUCore),
"limits.memory": rt.Memory,
Expand Down

0 comments on commit abb91c0

Please sign in to comment.