Skip to content

Commit

Permalink
chore: add some todos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ric Featherstone authored and 06kellyjac committed Dec 21, 2023
1 parent 97693c6 commit e94690f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/cli/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ var imageCmd = &cobra.Command{
}

// TODO: Add flags for containerd, runc, cni, and kubernetes version
// TODO: Add image cleanup functionality

var imageBuildCmd = &cobra.Command{
Use: "build [name]",
Expand Down
1 change: 1 addition & 0 deletions internal/container/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func (r simulator) Run(ctx context.Context, command []string) error {
return NoHome
}

// TODO: work with env var for directory
localAdminSSHBundleDir := filepath.Join(home, ".simulator/admin")
localPlayerSSHBundleDir := filepath.Join(home, ".simulator/player")
localAWSDir := filepath.Join(home, ".aws")
Expand Down

0 comments on commit e94690f

Please sign in to comment.