-
Resolving EKS error You must be logged in…
Resolving EKS error: You must be logged in to the server (Unauthorized) when calling kubectl: Does “aws sts get-caller-identity” return the proper account and user ARN for a user that should have access? Maybe you need to refresh kubeconfig? “aws eks update-kubeconfig –name EKS_CLUSTER_NAME –region EKS_CLUSTER_AWS_REGION” https://aws.amazon.com/premiumsupport/knowledge-center/eks-api-server-unauthorized-error/
-
RSpec::Mocks::VerifyingMessageException does not implement method
Why is my code trying to call RSpec::Mocks::VerifyingMessageException?
-
pg gem pg-0.18.4 install errors: implicit declaration of function ‘gettimeofday’ is invalid in C99
Reflexively trying the usual suspects installing pg-0.18.4: https://stackoverflow.com/questions/63182467/not-able-to-install-pg-gem-with-rails Maybe xcode is improperly installed? sudo xcode-select -s /Library/Developer/CommandLineTools Maybe postgresql is improperly installed? brew install postgresqlRunning `brew update –preinstall`… Warning: postgresql 14.2_1 is already installed and up-to-date.To reinstall 14.2_1, run:brew reinstall postgresql ❯ brew reinstall postgresql gem install pg -v ‘0.18.4’ It would have been beneficial…