This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return { | |
-- https://github.com/epwalsh/obsidian.nvim/blob/main/README.md | |
"epwalsh/obsidian.nvim", | |
version = "*", -- recommended, use latest release instead of latest commit | |
lazy = true, | |
ft = "markdown", -- use obsidian.nvim for all markdown files | |
dependencies = { | |
"nvim-lua/plenary.nvim", -- load required plugin | |
}, | |
opts = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
================== | |
gcloud ssh attempt | |
================== | |
eric@instance-2:~$ gcloud compute ssh --zone us-east1-b instance-1 | |
ERROR: (gcloud.compute.ssh) Could not fetch resource: | |
- Required 'compute.instances.get' permission for 'projects/kubernetes201-star-242343/zones/us-east1-b/instances/instance-1' | |
======== | |
iam role | |
======== |