core
core copied to clipboard
Cloud Robotics Core: Kubernetes, Federation, App Management
My issue is not the real issue. This is the only question if we can make use of googlecloudrobotics's core platform without GCP. It means I want to check connectivity...
As of today many cloud robotics apps are writing all their console logs to stderr. Thus, they are listed in the error category of Stackdriver logging and it is hard...
Flag --incompatible_no_implicit_file_export will break Cloud Robotics Core in a future Bazel release
Incompatible flag --incompatible_no_implicit_file_export will be enabled by default in a future Bazel release [1], thus breaking Cloud Robotics Core. The flag is documented here: https://github.com/bazelbuild/bazel/issues/10225 Please check the following CI...
Incompatible flag --incompatible_disable_depset_items will be enabled by default in a future Bazel release [1], thus breaking Cloud Robotics Core. The flag is documented here: https://github.com/bazelbuild/bazel/issues/9017 Please check the following CI...
Hello maintainers of Cloud Robotics Core 👋, The Bazel team is in progress of migrating the native Protobuf rules to Starlark. As a first step towards this goal, starting with...
Adding application specific properties to Robot CRD could overload this CRD over the time. We should find a more flexible way to transport those data in the future Follow up...
Now that apps are namespaces, we should change cr-syncer to watch all namespaces.
bazel/proto_k8s_service.bzl depends on grpc_ecosystem_grpc_gateway, so we should pull it in in repositories.bzl. There is some complexity, as if we use go_repository() we introduce a dependency on rules_go, but if we...
The last increase in retention size got us from 12 hours of retention to 20 hours of retention. We still don't have enough to keep 24h of retention. Also, we're...
I don't have a good repro for this as I've only seen it on systems that were offline for a while. The token-vendor rejects the request with: ``` { "timestamp":...