Aaron Sun
Aaron Sun
Also got the same problem, any work around? Tried to put the certifcate after /kaniko/ssl/certs/ca-certificates.crt, but not luck.
If I add "use JSON;" into /usr/share/perl5/Dancer/Serializer.pm, it start to work...
looking forward for this feature, also the "next" "previous" button should work when play music in background. it would be very useful when streaming music from phone while it's in...
It looks like related with this issue: https://github.com/apache/solr-operator/issues/489
Here is the quick hack to add those container securityContext ``` diff --git a/controllers/util/solr_util.go b/controllers/util/solr_util.go index 0c7f098..47fde76 100644 --- a/controllers/util/solr_util.go +++ b/controllers/util/solr_util.go @@ -446,6 +446,7 @@ func GenerateStatefulSet(solrCloud *solr.SolrCloud, solrCloudStatus...
Update: create a service account and SCC could run it on openshift without the above change in solr-operator. ``` # Service Account apiVersion: v1 kind: ServiceAccount metadata: name: solr-service-account ---...
Expose container securityContext as configuration in chart values file can be the solution, so user could have full control about what they want to run, it's up to user to...
Found this note: "Transcoding can be required in some situations. For example: trying to play a [WMA](https://en.wikipedia.org/wiki/Windows_Media_Audio) file in a webbrowser, will only work for natively supported formats by the...
Thanks a lot for the detailed explanation, transcoding works very well, but it does transcode all files, it should really be able to choose what format to transcode, such as...
Exactly the same question, any explanation/solution/workaround?