-
Now that we have firewall support we should add to the story to passing in information for to create the firewall and access rules. Add enough annotations to create a firewall with ACLs, create it and…
-
When a Nodebalancer is attached to a Cloud Firewall, on the Cloud Firewall page the link to the Nodebalancer is incorrect.
Current:
```
https://cloud.linode.com/linodes/447343/networking
```
…
-
### Description
At the moment it's not possible to attach a firewall to the nodebalancer like it's possible to do using Cloud Manager.
Terraform plan works, but apply returns an error.
Terr…
-
Hi!
I'm pretty sure this repo is the absolute wrong place to place this issue, but i don't know any better place. So please forgive me :)
It would be really nice if there was an Linode cluster-a…
-
### Terraform Version
v1.6.1 linux_amd64
### Linode Provider Version
v1.29.4
### Effected Terraform Resources
linode_domain_record
### Terraform Config Files
```
resource "linode_domain" "webs…
-
### Ansible Version
ansible [core 2.14.5]
### Ansible Configuration
CONFIG_FILE() = /home/username/servers/ansible.cfg
DEFAULT_FILTER_PLUGIN_PATH(/home/username/servers/ansible.cfg) = ['/home/user…
-
Hi!
I can't seem to find resources for linode_nodebalancer_config and linode_nodebalancer_node. Are they missing or are they configured otherwise?
-
sw.js
``` js
jsproxy_config=x=>{__CONF__=x;importScripts(__FILE__=x.assets_cdn+'bundle.c33e24c5.js')};importScripts('conf.js')
```
-
Please, add filtering of `NodeBalancers` based on label. All objects are findable using label:
```
client = ...
instance = client.linode.instances(Instance.label = 'some-label')
```
However, `Nod…
-
When using an old version of the cli, you get the message below. However it exits with 0 (success). It should return a non-zero value.
The API responded with version 4.80.0, which is newer than the…