Skip to content

Latest commit

 

History

History
executable file
·
19 lines (11 loc) · 566 Bytes

File metadata and controls

executable file
·
19 lines (11 loc) · 566 Bytes

Minishift

Cheat-Sheet

minishift addons enable anyuid            # Changes the default security context constraints to allow pods to run with arbitrary UID.
minishift addons enable admin-user        # Creates a user named 'admin' and assigns the 'cluster-admin' role to it.
minishift addons list --verbose=true      # show available addons
minishift addons apply anyuid admin-user  # 
minishift [start|stop]

Links