Skip to content

Instantly share code, notes, and snippets.

View phsteve's full-sized avatar
🚀
😻

Steve Katz phsteve

🚀
😻
View GitHub Profile
@phsteve
phsteve / psget_verbose
Last active May 4, 2017 20:06
verbose psget error
PS C:\Users\skatz> C:\salt\salt-call.bat --local -l debug psget.avail_modules
C:\salt\salt-call.bat : [DEBUG ] Reading configuration from c:\salt\conf\minion
At line:1 char:1
+ C:\salt\salt-call.bat --local -l debug psget.avail_modules
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ([DEBUG ] Read...alt\conf\minion:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
[DEBUG ] Including configuration from 'c:\salt\conf\minion.d\_schedule.conf'
[DEBUG ] Reading configuration from c:\salt\conf\minion.d\_schedule.conf
@phsteve
phsteve / psget_error_post_upgrade.txt
Created May 4, 2017 20:24
error after salt upgrade
PS C:\Users\skatz> C:\salt\salt-call.bat --local -l debug psget.avail_modules
[DEBUG ] Reading configuration from c:\salt\conf\minion
[DEBUG ] Including configuration from 'c:\salt\conf\minion.d\_schedule.conf'
[DEBUG ] Reading configuration from c:\salt\conf\minion.d\_schedule.conf
[DEBUG ] Configuration file path: c:\salt\conf\minion
[WARNING ] Insecure logging configuration detected! Sensitive data may be logged.
[DEBUG ] Reading configuration from c:\salt\conf\minion
[DEBUG ] Including configuration from 'c:\salt\conf\minion.d\_schedule.conf'
[DEBUG ] Reading configuration from c:\salt\conf\minion.d\_schedule.conf
[DEBUG ] Determining pillar cache
@phsteve
phsteve / tips.md
Created May 7, 2018 13:28
Useful commands

Get a shell in a k8s pod: kubectl exec -it gitlab-gitlab-12345-asdf -- /bin/bash