anthos-samples
anthos-samples copied to clipboard
Anthos code samples
The script that we use for generating new service account keys (that expire every 90 days) does not work as expected. The sa-key.json cannot be generated. The only work around...
### Fixes #249 #### Description - Adding a new location for hosting Anthos on VMware specific material #### Change summary - Create a new folder to host A4VMware specific material...
There should be an extra nest plugin to nest them under "logging.googleapis.com". Maybe we should consider move it to filter-kubernetes.conf so it can be effective for all included files. https://github.com/GoogleCloudPlatform/anthos-samples/blob/1da0132772f43655ef97e54841de755f143b394d/aws-logging-monitoring/logging/forwarder.yaml#L203...
## Issue With the current setup if we run the ABM on GCE TF and reboot one of the gce vms, the vxlan interface used by the VM is wiped....
In my test on GCE I set firewall opening the [ports used](https://cloud.google.com/anthos/clusters/docs/bare-metal/latest/concepts/network-reqs#port_usage) otherwise the ABM installation fails in the next step after terraform launch. I would suggest to add firewall...
### What? As per the current state of the Ansible installation scripts the process takes ***~35 minutes*** to complete. We can reduce this time by bundling some of the static...
### What? - The current scripts in the repository uses the [manual installation method](https://cloud.google.com/anthos-config-management/docs/how-to/installing-kubectl) for Config Sync using **kubectl** which is unsupported - As a result this can lead to...
### What? As reported by some [friction-logs](http://go/obourgeois-friction-abm-edge-usecase) there some `warnings` during the ansible run. These are related to a deprecation notice for `Python2.7` starting from `Ansible 2.12`. See an example...
### Description - Currently we trigger releases based on release-please suggestion - There is no parity between the release version and the ABM version or the TF version used -...
Tracking issue for migrating from CFT test framework to our new [blueprints test framework](https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/tree/master/infra/blueprint-test). Both sets of tests can co exist as we migrate.