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
2021-10-05T23:19:39,854 type=INFO thread=[parallel-1] logger=AccessControlDomainService traceId=cfb1c21efd4693e7 ddTraceId=8892722618431127872 checkAcls: request=user_set { | |
object_reference { | |
tenant_id: "eg" | |
namespace: "partner-account" | |
object_id: "*" | |
} | |
relation: "read" | |
} | |
2021-10-05T23:19:39,883 type=INFO thread=[grpc-default-executor-19] logger=AccessControlDomainService traceId=cfb1c21efd4693e7 ddTraceId=8892722618431127872 checkAcls: response=check_acl_response { |
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
1. kubectl -n kube-system edit prometheuses.monitoring.coreos.com | |
update to the following | |
### | |
env: lab | |
kubernetes_cluster: kmc-default-hiflex | |
m_account: "810409578363" | |
### |
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
# HELP cluster_client_connection_duration_seconds Time taken for the cluster client connection function. | |
# TYPE cluster_client_connection_duration_seconds histogram | |
cluster_client_connection_duration_seconds_bucket{le="0.01"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="0.05"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="0.1"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="0.5"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="1"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="2.5"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="5"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="7.5"} 0 |
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
# HELP cluster_client_connection_duration_seconds Time taken for the cluster client connection function. | |
# TYPE cluster_client_connection_duration_seconds histogram | |
cluster_client_connection_duration_seconds_bucket{le="0.01"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="0.05"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="0.1"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="0.5"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="1"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="2.5"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="5"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="7.5"} 0 |
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
# HELP cluster_client_connection_duration_seconds Time taken for the cluster client connection function. | |
# TYPE cluster_client_connection_duration_seconds histogram | |
cluster_client_connection_duration_seconds_bucket{le="0.01"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="0.05"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="0.1"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="0.5"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="1"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="2.5"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="5"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="7.5"} 0 |
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
# HELP cluster_client_connection_duration_seconds Time taken for the cluster client connection function. | |
# TYPE cluster_client_connection_duration_seconds histogram | |
cluster_client_connection_duration_seconds_bucket{le="0.01"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="0.05"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="0.1"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="0.5"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="1"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="2.5"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="5"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="7.5"} 0 |
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
# HELP cluster_client_connection_duration_seconds Time taken for the cluster client connection function. | |
# TYPE cluster_client_connection_duration_seconds histogram | |
cluster_client_connection_duration_seconds_bucket{le="0.01"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="0.05"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="0.1"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="0.5"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="1"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="2.5"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="5"} 0 | |
cluster_client_connection_duration_seconds_bucket{le="7.5"} 0 |
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
func isASCII(s string) bool { | |
for i := 0; i < len(s); i++ { | |
if s[i] > unicode.MaxASCII { | |
return false | |
} | |
} | |
return true | |
} | |
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
cat ./orbitz-chef/cookbooks/system/resources/squid_client.rb | |
actions :add, :remove | |
default_action :add | |
attribute :http_env, :kind_of => String, :regex => /.*/, :default => "HTTP_PROXY" | |
attribute :https_env, :kind_of => String, :regex => /.*/, :default => "HTTPS_PROXY" | |
tehlers@MAC~/git/Orbitz-Legacy$ cat ./orbitz-chef/cookbooks/system/providers/squid_client.rb | |
use_inline_resources if defined?(use_inline_resources) |