Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Apiserver: Service: Type: Clusterip Configuration: Additionalconfigs: Apiserver.Conf: | Auth { Fixed_Users { Enabled: True Pass_Hashed: False Users: [ {

` apiserver:
service:
type: ClusterIP

configuration:
additionalConfigs:
apiserver.conf: |
auth {
fixed_users {
enabled: true
pass_hashed: false
users: [
{
username: "john"
password: "12345678"
name: "John Doe"
}
]
}
} `

  
  
Posted one year ago
Votes Newest

Answers 13


I'm not familiar with the other parts but the apiserver.conf section looks right

  
  
Posted one year ago

That is the problem, the if condition is not evaluating to True

  
  
Posted one year ago

Based on my yaml

  
  
Posted one year ago

Yes it does

  
  
Posted one year ago

No

  
  
Posted one year ago

Hi BoredHedgehog47 , do you see a config map in the k8s cluster ending with apiserver-configmap ?

  
  
Posted one year ago

Essentially I'm mirroring the example here

  
  
Posted one year ago

Thanks for looking into this!

  
  
Posted one year ago

I think we'll need JuicyFox94 ’s input on this

  
  
Posted one year ago

SuccessfulKoala55 Figured it out, I needed to use 4.2.0

  
  
Posted one year ago

SuccessfulKoala55 It looks like it should eval to True?

  
  
Posted one year ago
624 Views
13 Answers
one year ago
one year ago
Tags