Skip to content
#

cloud-providers

Here are 33 public repositories matching this topic...

oeuftete
oeuftete commented Apr 15, 2020

Description

A clear and concise description of what the bug is.

Setup

Create/import a GPG key.

Steps to Reproduce the behavior

Try to encrypt some text:

[root@master1 salt]# salt-call gpg.encrypt text=foo recipients=2CFCA2B538DD0FAC75838096A4E89A0D3328D483 output=/tmp/encypted_foo.txt user=salt
local:
    ----------
    comment:
        Encrypted data has bee
jackfrancis
jackfrancis commented Mar 27, 2020

Let's add a cluster configuration that includes multiple node pools, so that various cloudprovider functional tests can be validated at scale on the node pool vector.

Specifically, LoadBalancer reconciliation is sensitive to the number of VMSS in the cluster. We want to make sure that as this code evolves, it behaves well on clusters with single node pools and multiple node pools.

sgoings
sgoings commented Sep 3, 2015

We've seen a few issues where people had environment variables set (like DEV_REGISTRY) so that during rigger configure the DEV_REGISTRY prompt is skipped. We should at least have a log message explaining that this is happening and possibly watch for when that may cause problems (local registry vs. publicly available registry using a cloud provider).

sabrehagen
sabrehagen commented Aug 14, 2019

The OAuth web server is always started regardless of whether an OAuth action is required. This causes future OAuth account setup via cloudstorage-fuse --add= to fail as the https server port is already in use.

Scenario:

# Setup fuse mount
cloudstorage-fuse /mnt/fuse

# Authorise cloud storage provider
cloudstorage-fuse --add=google
Couldn't initialize http server.

Can the

Improve this page

Add a description, image, and links to the cloud-providers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cloud-providers topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.